From fe618973c04544c0bd169c2c4436ff5807b756f1 Mon Sep 17 00:00:00 2001
From: haoyahui <2032914783@qq.com>
Date: 星期一, 20 十一月 2023 17:52:31 +0800
Subject: [PATCH] 库存预警设置,盘点删除

---
 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