From 36fff14de9bb4808d8dbf5c586baf331986e53a3 Mon Sep 17 00:00:00 2001 From: ludc Date: 星期二, 31 十月 2023 22:56:22 +0800 Subject: [PATCH] 修改可输可选新增方法,完善部分漏改按钮code --- 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.9.3