From c0c75703071327c172f9dfbe14f2ca47abfa10a5 Mon Sep 17 00:00:00 2001 From: ludc Date: 星期二, 07 十一月 2023 10:35:57 +0800 Subject: [PATCH] bug列表158(所有规则增加前缀、后缀属性,并在申请编码时进行前后缀拼接)修复;集成系统信息管理,创建修改删除,同步到用户的账号创建、删除、修改操作。 --- 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