首页显示覆盖问题修改
This commit is contained in:
parent
cefa2eb8cf
commit
9cd5d1d568
@ -9,15 +9,15 @@
|
||||
</div>
|
||||
<div class="info-content">
|
||||
<el-row justify="space-evenly">
|
||||
<el-col :span="12">{{ tLang('device', '设备编码') }}</el-col>
|
||||
<el-col :span="12">{{ tLang('device', '设备编码') }}:</el-col>
|
||||
<el-col :span="12">{{ info.code }}</el-col>
|
||||
</el-row>
|
||||
<el-row>
|
||||
<el-col :span="12">{{ tLang('device', '设备名称') }}</el-col>
|
||||
<el-col :span="12">{{ tLang('device', '设备名称') }}:</el-col>
|
||||
<el-col :span="12">{{ info.name }}</el-col>
|
||||
</el-row>
|
||||
<el-row>
|
||||
<el-col :span="12">{{ tLang('device', '运行时长') }}</el-col>
|
||||
<el-col :span="12">{{ tLang('device', '运行时长') }}:</el-col>
|
||||
<el-col :span="12">{{ info.runTime || 0 + tLang('common', '分钟') }}</el-col>
|
||||
</el-row>
|
||||
</div>
|
||||
@ -29,11 +29,11 @@
|
||||
</div>
|
||||
<div class="info-content">
|
||||
<el-row justify="space-evenly">
|
||||
<el-col :span="12">{{ tLang('user', '操作员') }}</el-col>
|
||||
<el-col :span="12">{{ tLang('user', '操作员') }}:</el-col>
|
||||
<el-col :span="12">{{ info.userName }}</el-col>
|
||||
</el-row>
|
||||
<el-row>
|
||||
<el-col :span="12">{{ tLang('user', '人员ID') }}</el-col>
|
||||
<el-col :span="12">{{ tLang('user', '人员ID') }}:</el-col>
|
||||
<el-col :span="12">{{ info.userCode }}</el-col>
|
||||
</el-row>
|
||||
</div>
|
||||
@ -46,17 +46,17 @@
|
||||
</div>
|
||||
<div class="info-content">
|
||||
<el-row justify="space-evenly">
|
||||
<el-col :span="6">{{ tLang('product', '产品名称') }}</el-col>
|
||||
<el-col :span="6">{{ tLang('product', '产品名称') }}:</el-col>
|
||||
<el-col :span="6">{{ info.productionName }}</el-col>
|
||||
<el-col :span="6">{{ tLang('product', '产品编码') }}</el-col>
|
||||
<el-col :span="6">{{ tLang('product', '产品编码') }}:</el-col>
|
||||
<el-col :span="6">{{ info.productionCode }}</el-col>
|
||||
</el-row>
|
||||
<el-row v-for="item in info.info">
|
||||
<el-col :span="4">{{ tLang('product', '面线信息') }}</el-col>
|
||||
<el-col :span="4">{{ tLang('product', '面线信息') }}:</el-col>
|
||||
<el-col :span="4">{{ item.surfacelineCode }}</el-col>
|
||||
<el-col :span="4">{{ tLang('product', '底线信息') }}</el-col>
|
||||
<el-col :span="4">{{ tLang('product', '底线信息') }}:</el-col>
|
||||
<el-col :span="4">{{ item.bottomlineCode }}</el-col>
|
||||
<el-col :span="4">{{ tLang('product', '梭芯信息') }}</el-col>
|
||||
<el-col :span="4">{{ tLang('product', '梭芯信息') }}:</el-col>
|
||||
<el-col :span="4">{{ item.shuttlecoreCode }}</el-col>
|
||||
</el-row>
|
||||
</div>
|
||||
@ -298,7 +298,7 @@ onUnmounted(() => {
|
||||
overflow: auto;
|
||||
|
||||
.left-content {
|
||||
width: 700px;
|
||||
width: 50%;
|
||||
height: 100%;
|
||||
margin-right: 15px;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user