tangning hace 1 año
padre
commit
b0e928adba
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 ? '正常' : '冻结';