tangning hai 5 meses
pai
achega
4cfd90c1d7
Modificáronse 2 ficheiros con 7 adicións e 2 borrados
  1. 6 1
      src/views/device/index.vue
  2. 1 1
      src/views/empower/data.ts

+ 6 - 1
src/views/device/index.vue

@@ -113,7 +113,7 @@
 
 
         {
         {
           title: t('routes.device.activatedTime'),
           title: t('routes.device.activatedTime'),
-          dataIndex: 'activatedTime',
+          dataIndex: 'outTime',
           width: 180,
           width: 180,
         },
         },
         {
         {
@@ -127,6 +127,11 @@
           }
           }
         },
         },
         {
         {
+          title: '设备激活时间',
+          dataIndex: 'activatedTime',
+          width: 180,
+        },
+        {
           title: t('routes.equity.Type'),
           title: t('routes.equity.Type'),
           dataIndex: 'validTimeType',
           dataIndex: 'validTimeType',
           width: 180,
           width: 180,

+ 1 - 1
src/views/empower/data.ts

@@ -8,7 +8,7 @@ export const remarkschemas: FormSchema[] = [
     component: 'InputTextArea',
     component: 'InputTextArea',
     label: '备注',
     label: '备注',
     componentProps: {
     componentProps: {
-      placeholder: '请输入钉钉审批单号',
+      placeholder: '请输入备注信息',
       rows: 4,
       rows: 4,
     },
     },
     colProps: { span: 20 },
     colProps: { span: 20 },