Ver código fonte

feat(api): update api 26

gemercheung 3 anos atrás
pai
commit
915c8f20aa
1 arquivos alterados com 7 adições e 7 exclusões
  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'),