Browse Source

feat: (scenes) 字段更换为项目编号 workNumber

gemercheung 2 years ago
parent
commit
6dda51c462
1 changed files with 2 additions and 7 deletions
  1. 2 7
      src/views/scenes/list.vue

+ 2 - 7
src/views/scenes/list.vue

@@ -148,14 +148,9 @@
           width: 180,
         },
         {
-          title: '小程序' + t('routes.scenes.isShow'),
-          dataIndex: 'isShow',
+          title: '项目编号',
+          dataIndex: 'workNumber',
           width: 180,
-          customRender: ({ record }) => {
-            const enable = record.isShow == 1;
-            const text = enable ? t('common.yes') : t('common.no');
-            return text;
-          },
         },
         {
           title: t('routes.scenes.status'),