From 2a08b97f0aad3af5d981a722efb218fb201f821f Mon Sep 17 00:00:00 2001
From: LSH
Date: 星期五, 10 十一月 2023 11:23:34 +0800
Subject: [PATCH] #

---
 src/main/webapp/views/plan/plan_more.html |   26 +++++++++++++-------------
 1 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/src/main/webapp/views/plan/plan_more.html b/src/main/webapp/views/plan/plan_more.html
index 68e1c92..8e85936 100644
--- a/src/main/webapp/views/plan/plan_more.html
+++ b/src/main/webapp/views/plan/plan_more.html
@@ -131,7 +131,7 @@
                             <div class="layui-inline layui-col-md6">
                                 <label class="layui-form-label">瑙勫垝鍛�:</label>
                                 <div class="layui-input-block">
-                                    <input name="planner" class="layui-input" disabled />
+                                    <input name="planner$" class="layui-input" disabled />
                                 </div>
                             </div>
                             <div class="layui-inline layui-col-md6">
@@ -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;">&#xe61f;</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;">&#xe61f;</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