From 365fe312bcd6b8ae6954c148edfde3e1ff5b987e Mon Sep 17 00:00:00 2001
From: 田源 <lastanimals@163.com>
Date: 星期五, 03 十一月 2023 10:19:28 +0800
Subject: [PATCH] 版本规则-查看应用范围判空
---
Source/UBCS-WEB/src/views/integration/systemInfo.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Source/UBCS-WEB/src/views/integration/systemInfo.vue b/Source/UBCS-WEB/src/views/integration/systemInfo.vue
index ebe2dfd..b3d2433 100644
--- a/Source/UBCS-WEB/src/views/integration/systemInfo.vue
+++ b/Source/UBCS-WEB/src/views/integration/systemInfo.vue
@@ -105,7 +105,7 @@
return {
addBtn: this.vaildData(this.permission.systemInfo.systemInfo_add, false),
editBtn: this.vaildData(this.permission.systemInfo.systemInfo_edit, false),
- delBtn: this.vaildData(this.permission.systemInfo.systemInfo_remove, false),
+ delBtn: this.vaildData(this.permission.systemInfo.systemInfo_delete, false),
empower: this.vaildData(this.permission.systemInfo.systemInfo_empower, false),
}
},
--
Gitblit v1.10.0