From 875275d57feee70ebdc8151bd465cebafe8c5eb0 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@63.com> Date: 星期一, 07 十一月 2022 15:23:05 +0800 Subject: [PATCH] # --- src/main/webapp/views/cstmr/cstmr_more.html | 7 +------ 1 files changed, 1 insertions(+), 6 deletions(-) diff --git a/src/main/webapp/views/cstmr/cstmr_more.html b/src/main/webapp/views/cstmr/cstmr_more.html index 37ed1d9..2c11443 100644 --- a/src/main/webapp/views/cstmr/cstmr_more.html +++ b/src/main/webapp/views/cstmr/cstmr_more.html @@ -187,7 +187,7 @@ </span> </div> <div class="layui-card-body"> - <table id="originTable" lay-filter="originTable"></table> + <table id="followersTable" lay-filter="followersTable"></table> </div> </div> </div> @@ -248,11 +248,6 @@ function layDateRender() { laydate.render({ elem: '#endTime', - type: 'datetime' - }); - - laydate.render({ - elem: '#lastTime', type: 'datetime' }); } -- Gitblit v1.9.1