diff --git a/src/locales/lang/en.ts b/src/locales/lang/en.ts index 4c79d94..325c4cb 100644 --- a/src/locales/lang/en.ts +++ b/src/locales/lang/en.ts @@ -1,5 +1,5 @@ /* - * @FilePath: \screenFront\src\locales\lang\en.ts + * @FilePath: \code\gitscreenFront\src\locales\lang\en.ts * @Author: 王路平 * @文件版本: V1.0.0 * @Date: 2023-05-04 16:36:13 @@ -88,8 +88,10 @@ export default { 'SerialNum':'Serial Number', 'RackNum':'Machine Number', 'DevName':'Machine Name', + 'JiqiName':'Machine Name', 'ofLegion':'Affiliated Division', 'DevStatus':'Equipment Status', + 'JiqiStatus':'Machine Status', "RunTime":'Running hours', 'finishSchedule':'Complete Schedule', 'deliveryDay':'Delivery Date', @@ -108,6 +110,7 @@ export default { 'units':'set', 'LegionDevList':'Division Equipment List', 'DevType':'Equipment Type', + 'JiqiType':'Machine Type', 'model':'Model', 'InstallPhase':'Installation', 'AssemblyGroup':'Assembly Group', @@ -183,11 +186,13 @@ export default { 'OffProduct':'Offline Product', 'DongGuan_GatewayStatus':'Dongguan-IoT Gateway Status', 'DevPreviewChart':'Equipment Preview', + 'JiqiPreviewChart':'Machine Preview', 'OffNum':'Offline Quantity', 'DongGuanDevList':'Dongguan Branch Devices', 'Ex_factoryDate':'EXW Date', 'Devsignal':'Equipment Signal', 'DevReminder':'Equipment Warning', + 'JiqiReminder':'Machine Warning', 'abnormal':'Abnormal', 'NoAbnormal':'No Abnormal', 'disconnection':'Disconnect', @@ -260,6 +265,7 @@ export default { 'AllNum':'Total', 'CH2Ojiance':'Alcohol Test', 'DevList':'Devices', + 'JiqiList':'machine', 'AlarmTime':'Alarm Time', 'duration':'duration', 'IoT_System':'IoT Management System', diff --git a/src/locales/lang/zh.ts b/src/locales/lang/zh.ts index 82c6643..b068d69 100644 --- a/src/locales/lang/zh.ts +++ b/src/locales/lang/zh.ts @@ -1,5 +1,5 @@ /* - * @FilePath: \gitscreenFront\src\locales\lang\zh.ts + * @FilePath: \code\gitscreenFront\src\locales\lang\zh.ts * @Author: 王路平 * @文件版本: V1.0.0 * @Date: 2023-05-04 16:36:13 @@ -88,8 +88,10 @@ export default { 'SerialNum':'序号', 'RackNum':'机架号', 'DevName':'设备名称', + 'JiqiName':'机器名称', 'ofLegion':'所属军团', 'DevStatus':'设备状态', + 'JiqiStatus':'机器状态', "RunTime":'工作时长', 'finishSchedule':'完成进度', 'deliveryDay':'交货日期', @@ -108,6 +110,7 @@ export default { 'units':'台', 'LegionDevList':'军团设备列表', 'DevType':'设备类型', + 'JiqiType':'机器类型', 'model':'型号', 'InstallPhase':'安装阶段', 'AssemblyGroup':'装配组', @@ -183,11 +186,13 @@ export default { 'OffProduct':'离线产品', 'DongGuan_GatewayStatus':'东莞-物联网关状态', 'DevPreviewChart':'设备预览图', + 'JiqiPreviewChart':'机器预览图', 'OffNum':'离线数量', 'DongGuanDevList':'东莞分公司设备列表', 'Ex_factoryDate':'出厂日期', 'Devsignal':'设备信号', 'DevReminder':'设备提醒', + 'JiqiReminder':'机器提醒', 'abnormal':'异常', 'NoAbnormal':'无异常', 'disconnection':'断连', @@ -260,6 +265,7 @@ export default { 'AllNum':'总数', 'CH2Ojiance':'甲醛监测', 'DevList':'设备列表', + 'JiqiList':'机器列表', 'AlarmTime':'报警时间', 'duration':'持续时间', 'IoT_System':'物联管理系统', diff --git a/src/views/Offsite/child/childContent/center.vue b/src/views/Offsite/child/childContent/center.vue index 24fcfa1..20efacf 100644 --- a/src/views/Offsite/child/childContent/center.vue +++ b/src/views/Offsite/child/childContent/center.vue @@ -1,5 +1,5 @@