From f7f7e63ffe9d65b1413dad79ca363b84f9ee4401 Mon Sep 17 00:00:00 2001
From: 田源 <lastanimals@163.com>
Date: 星期三, 28 二月 2024 10:56:22 +0800
Subject: [PATCH] 附件列表表格初始化以及按钮

---
 Source/UBCS-WEB/src/views/monitor/log/localLog.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Source/UBCS-WEB/src/views/monitor/log/localLog.vue b/Source/UBCS-WEB/src/views/monitor/log/localLog.vue
index d4c1d7b..54b02e2 100644
--- a/Source/UBCS-WEB/src/views/monitor/log/localLog.vue
+++ b/Source/UBCS-WEB/src/views/monitor/log/localLog.vue
@@ -25,7 +25,7 @@
                   type="text"
                   :loading="downloadLoading"
                   @click="downLoadLogFile(scope.row)"
-                  v-if="permissionList.downLoadBtn"
+                  v-if="permissionList.downLoadBtn && scope.row.hasChildren!=1"
               >涓嬭浇
               </el-button>
           </template>
@@ -97,11 +97,11 @@
               prop: "logType",
               width:'160'
             },
-            {
+            /*{
               label: "鍒涘缓鏃堕棿",
               prop: "createTime",
               width:'160'
-            },
+            },*/
             {
               label: "鏈�鍚庝慨鏀规椂闂�",
               prop: "lastModifier",

--
Gitblit v1.9.3