tangning 1 tháng trước cách đây
mục cha
commit
1fbbef8d81
2 tập tin đã thay đổi với 7 bổ sung7 xóa
  1. 1 1
      src/locales/lang/en/routes/empower.ts
  2. 6 6
      src/views/empower/index.vue

+ 1 - 1
src/locales/lang/en/routes/empower.ts

@@ -11,7 +11,7 @@ export default {
   cameraSn: 'Camera Sn',
   authorize: 'License Code',
   authorizeTime: 'License Duration',
-  remark: 'License Description',
+  remark: 'remark',
   agentName: 'Distributor Name',
   authorizeStartTime: 'Start Date',
   authorizeEndTime: 'End Date',

+ 6 - 6
src/views/empower/index.vue

@@ -127,12 +127,6 @@
           width: 120,
         },
         {
-          title: t('routes.empower.remark'),
-          ellipsis: true,
-          dataIndex: 'remark',
-          width: 120,
-        },
-        {
           title: t('routes.empower.agentName'),
           ellipsis: true,
           dataIndex: 'agentName',
@@ -159,6 +153,12 @@
             );
           },
         },
+        {
+          title: t('routes.empower.remark'),
+          ellipsis: true,
+          dataIndex: 'remark',
+          width: 120,
+        },
       ];
       const searchForm: Partial<FormProps> = {
         labelWidth: 130,