Prechádzať zdrojové kódy

style: 修改对应的翻译

tangning 2 rokov pred
rodič
commit
aee070f147

+ 4 - 2
src/locales/lang/en/routes/equity.ts

@@ -60,14 +60,16 @@ export default {
   },
   totalTime:'End Date',
   totalMessge:'Insufficient Remaining Saleable Membership Subscriptions',
-  operationType:'Type',
+  operationType:'Operation',
   operationUserName:'User',
   operationTime:'Operation Time',
   incrementId:'Membership Subscription ID',
   platform: 'Platform',
   operation:{
     0:'Authorize',
-    1:'Unbind',
+    1:'Deauthorize',
+    2:'Bind',
+    3:'Unbind',
   },
   jjxs:'total',
 }

+ 4 - 2
src/locales/lang/zh-CN/routes/equity.ts

@@ -66,8 +66,10 @@ export default {
   incrementId:'权益ID',
   platform: '平台',
   operation:{
-    0:'授权',
-    1:'解除',
+    0:'授权权益',
+    1:'解除权益',
+    2:'绑定相机',
+    3:'解绑相机',
   },
   jjxs:'即将销售',
 }

+ 8 - 9
src/views/loglist/index.vue

@@ -81,15 +81,6 @@ export default defineComponent({
       },
       schemas: [
         {
-          field: 'snCode',
-          component: 'Input',
-          label: t('routes.device.snCode'),
-          colProps: {
-            xl: 7,
-            xxl: 7,
-          },
-        },
-        {
           field: 'operationType',
           component: 'Select',
           label: t('routes.equity.operationType'),
@@ -110,6 +101,14 @@ export default defineComponent({
               }
             ],
           },
+        },{
+          field: 'snCode',
+          component: 'Input',
+          label: t('routes.device.snCode'),
+          colProps: {
+            xl: 7,
+            xxl: 7,
+          },
         },
         {
           field: 'incrementTypeId',