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;