diff --git a/src/i18n/pages/login/en.ts b/src/i18n/pages/login/en.ts index e47f0d1..988116a 100644 --- a/src/i18n/pages/login/en.ts +++ b/src/i18n/pages/login/en.ts @@ -156,6 +156,7 @@ export default { Processing_time: "Processing time", The_device_has_been_processed_failure_log_table: "The device has been processed failure log table.xlsx", Device_unprocessed_fault_log_table: "Device unprocessed fault log table.xlsx", + tip:"Tip: Level 1: affect the electricity change Level 2: continue to change electricity after treatment Level 3: do not affect the electricity change", }, emeter_total_energy_value: { diff --git a/src/i18n/pages/login/zh-cn.ts b/src/i18n/pages/login/zh-cn.ts index d65494a..45c6456 100644 --- a/src/i18n/pages/login/zh-cn.ts +++ b/src/i18n/pages/login/zh-cn.ts @@ -155,7 +155,7 @@ export default { Processing_time: "处理时间", The_device_has_been_processed_failure_log_table: "设备已处理故障日志表.xlsx", Device_unprocessed_fault_log_table: "设备未处理故障日志表.xlsx", - + tip:"提示:一级:影响换电 二级:处理后继续换电 三级:不影响换电", }, emeter_total_energy_value: { diff --git a/src/views/electricity/direct_current/index.vue b/src/views/electricity/direct_current/index.vue index fad6551..a006bc4 100644 --- a/src/views/electricity/direct_current/index.vue +++ b/src/views/electricity/direct_current/index.vue @@ -2,8 +2,8 @@
- - + + {{$t('message.direct_current.Querying')}} diff --git a/src/views/fault_log/repaired_info/index.vue b/src/views/fault_log/repaired_info/index.vue index 4388fc4..33124e4 100644 --- a/src/views/fault_log/repaired_info/index.vue +++ b/src/views/fault_log/repaired_info/index.vue @@ -5,6 +5,16 @@ + + + + + + + + + + {{ $t('message.charging.stopCharging') }} @@ -197,7 +197,7 @@ {{ item.chargingInterfaceDetectionTwoTemp }} (°c)
-
+
{{ $t('message.charging.power') }}: {{ (item.power / 1000).toFixed(2) }} (KW) diff --git a/src/views/home/swapping/index.vue b/src/views/home/swapping/index.vue index 01edfdc..ed1a3d3 100644 --- a/src/views/home/swapping/index.vue +++ b/src/views/home/swapping/index.vue @@ -81,7 +81,8 @@ - + +
@@ -180,16 +181,27 @@
-
+ + +
+ {{$t('message.system_base_config.Business_status')}} +
+ {{$t('message.system_base_config.In_operation')}} + {{$t('message.system_base_config.maintenance_status')}} + {{$t('message.system_base_config.close_business')}} + {{$t('message.system_base_config.Suspension')}} +
-
+ +
@@ -247,8 +259,8 @@ {{ batteryInfo.usingSwapBatteryCount }}
- -
+ +
diff --git a/src/views/login/component/account.vue b/src/views/login/component/account.vue index 9c40b9d..96fd874 100644 --- a/src/views/login/component/account.vue +++ b/src/views/login/component/account.vue @@ -107,7 +107,7 @@ const state = reactive({ // password: '123456', // code: '', // codeId: 0, - account: 'huanneng', + account: 'nengyixing', password: '123456', }, rules: {