tangning 1 год назад
Родитель
Сommit
9b95373a68
1 измененных файлов с 24 добавлено и 24 удалено
  1. 24 24
      src/views/scenes/E57List.vue

+ 24 - 24
src/views/scenes/E57List.vue

@@ -291,18 +291,18 @@
           ellipsis: false,
           width: 150,
         },
-        {
-          title: t('routes.scenes.childName'),
-          dataIndex: 'childName',
-          width: 120,
-        },
+        // {
+        //   title: t('routes.scenes.childName'),
+        //   dataIndex: 'childName',
+        //   width: 120,
+        // },
         {
           title: t('routes.scenes.viewCount'),
           dataIndex: 'viewCount',
           width: 100,
         },
         {
-          title: t('routes.scenes.createTime'),
+          title: t('routes.corporation.expirationTime'),
           dataIndex: 'createTime',
           ellipsis: false,
           width: 140,
@@ -323,12 +323,12 @@
           },
           width: 180,
         },
-        {
-          title: t('routes.archive.sceneStatus'),
-          dataIndex: 'payStatus',
-          slots: { customRender: 'payStatus' },
-          width: 100,
-        },
+        // {
+        //   title: t('routes.archive.sceneStatus'),
+        //   dataIndex: 'payStatus',
+        //   slots: { customRender: 'payStatus' },
+        //   width: 100,
+        // },
 
         // {
         //   title: t('routes.scenes.process'),
@@ -375,18 +375,18 @@
               xs: 24,
             },
           },
-          {
-            field: 'childName',
-            label: t('routes.scenes.childName'),
-            component: 'Input',
-            colProps: {
-              lg: 6,
-              xl: 6,
-              xxl: 6,
-              sm: 12,
-              xs: 24,
-            },
-          },
+          // {
+          //   field: 'childName',
+          //   label: t('routes.scenes.childName'),
+          //   component: 'Input',
+          //   colProps: {
+          //     lg: 6,
+          //     xl: 6,
+          //     xxl: 6,
+          //     sm: 12,
+          //     xs: 24,
+          //   },
+          // },
         ],
       };
       const [registerTable, { reload, clearSelectedRowKeys }] = useTable({