浏览代码

feat(api): update api 26

gemercheung 3 年之前
父节点
当前提交
915c8f20aa
共有 1 个文件被更改,包括 7 次插入7 次删除
  1. 7 7
      src/views/staff/list.vue

+ 7 - 7
src/views/staff/list.vue

@@ -107,13 +107,13 @@
           sorter: true,
           width: 80,
         },
-        {
-          title: t('common.state'),
-          dataIndex: 'status',
-          slots: { customRender: 'status' },
-          sorter: true,
-          width: 80,
-        },
+        // {
+        //   title: t('common.state'),
+        //   dataIndex: 'status',
+        //   slots: { customRender: 'status' },
+        //   sorter: true,
+        //   width: 80,
+        // },
 
         {
           title: t('routes.staff.createTime'),