Browse Source

修改翻译

tangning 4 weeks ago
parent
commit
f4c16cf969

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

@@ -4,15 +4,15 @@ export default {
   pldr: 'Batch Import',
   pldrsuccess: 'Import successful',
   pldrtips: 'Download Batch Import Template',
-  customerName: 'End User Email Account',
+  customerName: 'End User Email Address',
   endCustomer: 'End User Name',
   useTypeStr: 'Usage Type',
-  authorizeKey: 'Algorithm License Key',
+  authorizeKey: 'License Code',
   cameraSn: 'Camera Sn',
   authorize: 'License Code',
   authorizeTime: 'License Duration',
   remark: 'remark',
-  agentName: 'Distributor Name',
+  agentName: 'Sub-Distributor Email Address',
   authorizeStartTime: 'Start Date',
   authorizeEndTime: 'End Date',
   agentId: 'Sub-Distributor',

+ 1 - 1
src/views/empower/AddModal.vue

@@ -224,7 +224,7 @@
       ];
 
       const [registerForm, { validate, resetFields, setFieldsValue, updateSchema }] = useForm({
-        labelWidth: 150,
+        labelWidth: 160,
         schemas: [...schemas, ...remarkschemas],
         showActionButtonGroup: false,
         actionColOptions: {

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

@@ -130,7 +130,7 @@
           title: t('routes.empower.agentName'),
           ellipsis: true,
           dataIndex: 'agentName',
-          width: 120,
+          width: 200,
         },
         {
           title: t('routes.retailer.createName'),