tangning 1 năm trước cách đây
mục cha
commit
b0e928adba
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/lanUser/list.vue

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

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