From 9cd5d1d5686a3e7de92c954d3c016bbf272f31d0 Mon Sep 17 00:00:00 2001 From: hzz Date: Fri, 19 Apr 2024 15:23:08 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E6=98=BE=E7=A4=BA=E8=A6=86?= =?UTF-8?q?=E7=9B=96=E9=97=AE=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/index.vue | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/views/index.vue b/src/views/index.vue index 51783ed..9d7e075 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -9,15 +9,15 @@
- {{ tLang('device', '设备编码') }} + {{ tLang('device', '设备编码') }}: {{ info.code }} - {{ tLang('device', '设备名称') }} + {{ tLang('device', '设备名称') }}: {{ info.name }} - {{ tLang('device', '运行时长') }} + {{ tLang('device', '运行时长') }}: {{ info.runTime || 0 + tLang('common', '分钟') }}
@@ -29,11 +29,11 @@
- {{ tLang('user', '操作员') }} + {{ tLang('user', '操作员') }}: {{ info.userName }} - {{ tLang('user', '人员ID') }} + {{ tLang('user', '人员ID') }}: {{ info.userCode }}
@@ -46,17 +46,17 @@
- {{ tLang('product', '产品名称') }} + {{ tLang('product', '产品名称') }}: {{ info.productionName }} - {{ tLang('product', '产品编码') }} + {{ tLang('product', '产品编码') }}: {{ info.productionCode }} - {{ tLang('product', '面线信息') }} + {{ tLang('product', '面线信息') }}: {{ item.surfacelineCode }} - {{ tLang('product', '底线信息') }} + {{ tLang('product', '底线信息') }}: {{ item.bottomlineCode }} - {{ tLang('product', '梭芯信息') }} + {{ tLang('product', '梭芯信息') }}: {{ item.shuttlecoreCode }}
@@ -298,7 +298,7 @@ onUnmounted(() => { overflow: auto; .left-content { - width: 700px; + width: 50%; height: 100%; margin-right: 15px;