From 9dc1ad7f68270735b5a11b69375e7571bf4e821b Mon Sep 17 00:00:00 2001
From: ludc
Date: 星期四, 25 一月 2024 14:35:20 +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