gemercheung 1 年間 前
コミット
6506dd4d05

+ 3 - 2
src/locales/lang/ja/routes/devices.ts

@@ -10,7 +10,7 @@ export default {
   address: 'アドレス',
   balance: '初期点',
   cameraType: 'カメラタイプ',
-  childName: 'デバイスID',
+  childName: 'カメラSN',
   companyId: 'クライアントの名前',
   phoneName: '携帯番号(ユーザー名)',
   orderSn: '注文番号',
@@ -25,7 +25,7 @@ export default {
   other: 'その他',
   activationTime: '起動時間',
   shipmentType: '出荷タイプ',
-  snCode: 'snコード',
+  snCode: 'カメラSN',
   cameraName: {
     '1': 'Lite',
     '4': 'Pro',
@@ -52,6 +52,7 @@ export default {
   searchName: 'キーワード',
   searchNamePlaceholder: 'デバイスID、メールアドレス、SNコード',
   maxlength: '入力可能な長さを超えています',
+  email: 'アカウント',
   // normalSales: '通常販売',
   // normalSales: '通常販売',
 };

+ 1 - 0
src/locales/lang/zh-CN/routes/devices.ts

@@ -53,6 +53,7 @@ export default {
   searchName: '关键词',
   searchNamePlaceholder: '设备ID,邮箱,SN码',
   maxlength: '输入超长',
+  email: '邮箱',
   // normalSales: '正常销售',
   // normalSales: '正常销售',
 };

+ 6 - 3
src/views/archive/list.vue

@@ -178,6 +178,7 @@
           {
             field: 'shootingTime',
             label: t('routes.archive.shootingTime'),
+            labelWidth: 130,
             component: 'RangePicker',
             componentProps: {
               showTime: false,
@@ -302,9 +303,11 @@
     opacity: 0.5;
     pointer-events: none;
   }
-  :deep(.ant-table-tbody
-      > tr.ant-table-row-selected
-      > td:not(.ant-table-selection-column, .ant-table-cell-fix-right)) {
+  :deep(
+      .ant-table-tbody
+        > tr.ant-table-row-selected
+        > td:not(.ant-table-selection-column, .ant-table-cell-fix-right)
+    ) {
     /* background-color: gray; */
     opacity: 0.6;
     pointer-events: all;

+ 1 - 1
src/views/devices/list.vue

@@ -71,7 +71,7 @@
           width: 100,
         },
         {
-          title: t('sys.login.email'),
+          title: t('routes.devices.email'),
           dataIndex: 'userName',
           width: 230,
         },