From 8537a8d58b5a3750b57d76367ef51f086af271df Mon Sep 17 00:00:00 2001
From: ludc
Date: 星期四, 18 四月 2024 00:09:40 +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