From abc5baf903a2bd229fb7f2decd35b26536d86e13 Mon Sep 17 00:00:00 2001 From: futian.liu <liufutianyoo@163.com> Date: 星期三, 29 十一月 2023 15:07:57 +0800 Subject: [PATCH] 部门分发增加出库和入库 --- admin-web/src/views/systemSetting/role/index.vue | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/admin-web/src/views/systemSetting/role/index.vue b/admin-web/src/views/systemSetting/role/index.vue index e2e25f5..8431088 100644 --- a/admin-web/src/views/systemSetting/role/index.vue +++ b/admin-web/src/views/systemSetting/role/index.vue @@ -277,7 +277,7 @@ custom: [ { name: '鏂板', - checkPermission:'system:role:edit', + // checkPermission:'system:role:edit', click: () => { this.handleAdd(null) } @@ -286,12 +286,12 @@ }, // 鍒椾俊鎭� columns: [ - {title: '瑙掕壊缂栧彿', field: 'role_id', align: 'center', width: '200px'}, - {title: '瑙掕壊鍚嶇О', field: 'role_name', align: 'center', width: '260px'}, - {title: '鏉冮檺瀛楃', field: 'role_key', align: 'center', width: '260px'}, - {title: '鏄剧ず椤哄簭', field: 'role_sort', align: 'center', width: '100px'}, + {title: '瑙掕壊缂栧彿', field: 'role_id', align: 'center',}, + {title: '瑙掕壊鍚嶇О', field: 'role_name', align: 'center',}, + {title: '鏉冮檺瀛楃', field: 'role_key', align: 'center',}, + {title: '椤哄簭鍙�', field: 'role_sort', align: 'center',}, { - title: '鐘舵��', field: 'status', align: 'center', width: '100px', + title: '鐘舵��', field: 'status', align: 'center', switch: row => { const result = {} if (row.status == 0) { @@ -314,11 +314,11 @@ return result } }, - {title: '澶囨敞', field: 'remark', align: 'left', width: '250px'}, + // {title: '澶囨敞', field: 'remark', align: 'left', width: '250px'}, ], // 鎿嶄綔淇℃伅 operation: { - // width: 150, + width: 150, align: 'center', show: true, // 鏄剧ず鎿嶄綔鍒� attr: [ -- Gitblit v1.9.1