From 20c30d26f8bab22a4cb6b6459962fa92d6da490f Mon Sep 17 00:00:00 2001
From: cy <1664593601@qq.com>
Date: 星期一, 27 十一月 2023 14:20:29 +0800
Subject: [PATCH] feat: 漏洞修改

---
 admin-web/src/views/systemSetting/role/index.vue |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/admin-web/src/views/systemSetting/role/index.vue b/admin-web/src/views/systemSetting/role/index.vue
index 7795ade..8431088 100644
--- a/admin-web/src/views/systemSetting/role/index.vue
+++ b/admin-web/src/views/systemSetting/role/index.vue
@@ -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) {
@@ -318,7 +318,7 @@
         ],
         // 鎿嶄綔淇℃伅
         operation: {
-          // width: 150,
+          width: 150,
           align: 'center',
           show: true, // 鏄剧ず鎿嶄綔鍒�
           attr: [

--
Gitblit v1.9.1