From 654d5f98390d775ae1f104f0bf8b580b5eae30a8 Mon Sep 17 00:00:00 2001
From: LSH
Date: 星期一, 27 十一月 2023 13:30:34 +0800
Subject: [PATCH] #

---
 src/main/webapp/views/plan/plan.html |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/main/webapp/views/plan/plan.html b/src/main/webapp/views/plan/plan.html
index 486c145..e721ca3 100644
--- a/src/main/webapp/views/plan/plan.html
+++ b/src/main/webapp/views/plan/plan.html
@@ -119,7 +119,7 @@
     <div style="padding: 10px">
         <div class="layui-upload">
             <button type="button" class="layui-btn layui-btn-normal" id="data-btn-file2">閫夋嫨鏂囦欢</button><input id="data-btn-upload" class="layui-upload-file" type="file" accept="" name="file" multiple="">
-            <div class="layui-upload-list" style="max-width: 1000px;">
+            <div class="layui-upload-list" style="max-width: 1000px;height:400px;overflow: scroll">
                 <table class="layui-table">
                     <colgroup>
                         <col>
@@ -130,6 +130,7 @@
                     <thead>
                     <tr><th>鏂囦欢鍚�</th>
                         <th>澶у皬</th>
+                        <th>涓婁紶鑰�</th>
                         <th>涓婁紶杩涘害</th>
                         <th>鎿嶄綔</th>
                     </tr></thead>
@@ -153,7 +154,7 @@
         <a class="layui-btn layui-btn-primary layui-btn-xs btn-edit" lay-event="edit">淇敼</a>
         <a class="layui-btn layui-btn-danger layui-btn-xs btn-edit" lay-event="del">鍒犻櫎</a>
     {{# } }}
-    {{# if (d.assistantHostSign == 0) { }}
+    {{# if (d.assistantHostSign == 0 && d.assistantPlanId==0) { }}
         <a class="layui-btn layui-btn-xs btn-edit" lay-event="assistantPlan">鍒涘缓璐ф灦瑙勫垝浠诲姟</a>
     {{# } }}
 

--
Gitblit v1.9.1