tangning 1 year ago
parent
commit
b0e928adba
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/lanUser/list.vue

+ 1 - 1
src/views/lanUser/list.vue

@@ -144,7 +144,7 @@
         {
           title: '状态',
           dataIndex: 'status',
-          ifShow:getCheckPerm('sysuser-enable'),
+          // ifShow:getCheckPerm('sysuser-enable'),
           width: 80,
           customRender: ({ record }) => {
             return record.status == 1 ? '正常' : '冻结';