From cff0c053baeb229a6c7a7794c061c179111e0b7f Mon Sep 17 00:00:00 2001 From: Junjie <fallin.jie@qq.com> Date: 星期四, 31 八月 2023 10:46:12 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/zycrm' into zycrm --- src/main/webapp/views/plan/plan_more.html | 24 ++++++++++++------------ 1 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/main/webapp/views/plan/plan_more.html b/src/main/webapp/views/plan/plan_more.html index 68e1c92..0f4afe5 100644 --- a/src/main/webapp/views/plan/plan_more.html +++ b/src/main/webapp/views/plan/plan_more.html @@ -219,17 +219,17 @@ </div> </div> <!-- 璺熻繘浜� --> - <div class="layui-card"> - <div class="layui-card-header"> - <span>璺熻繘浜�</span> - <span lay-filter="followerAdd" lay-submit style="float: right;cursor: pointer;"> - <i class="layui-icon" style="font-size: 20px;color: #1890ff;"></i> - </span> - </div> - <div class="layui-card-body"> - <table id="followersTable" lay-filter="followersTable"></table> - </div> - </div> +<!-- <div class="layui-card">--> +<!-- <div class="layui-card-header">--> +<!-- <span>璺熻繘浜�</span>--> +<!-- <span lay-filter="followerAdd" lay-submit style="float: right;cursor: pointer;">--> +<!-- <i class="layui-icon" style="font-size: 20px;color: #1890ff;"></i>--> +<!-- </span>--> +<!-- </div>--> +<!-- <div class="layui-card-body">--> +<!-- <table id="followersTable" lay-filter="followersTable"></table>--> +<!-- </div>--> +<!-- </div>--> </div> </div> </div> @@ -336,7 +336,7 @@ form.val('formAdvForm', plan); top.convertDisabled($('#formAdvForm :input'), true); // 璺熻繘浜� - initFollowers(plan.id); + // initFollowers(plan.id); layDateRender(); } else if (res.code === 403) { top.location.href = baseUrl + "/"; -- Gitblit v1.9.1