This commit is contained in:
liushuai
2020-03-10 18:07:49 +08:00
parent 443f8e1ee2
commit 1176ebff24
19 changed files with 1208 additions and 656 deletions

View File

@@ -46,12 +46,12 @@
{{ scope.row.终端编号 }}
</template>
</el-table-column>
<el-table-column label="开始加工时间" show-overflow-tooltip align="center" width="90px">
<el-table-column label="开始时间" show-overflow-tooltip align="center" width="90px">
<template slot-scope="scope">
{{ scope.row.开始加工时间 ? scope.row.开始加工时间.split(' ')[0] : '-' }}
</template>
</el-table-column>
<el-table-column label="操作者" prop="姓名" show-overflow-tooltip align="center" width="60px">
<el-table-column label="操作者" prop="姓名" show-overflow-tooltip align="center" width="70px">
<template slot-scope="scope">
{{ scope.row.姓名 }}
</template>
@@ -112,7 +112,7 @@
{{ scope.row.MES终端编号 }}
</template>
</el-table-column>
<el-table-column label="操作者" show-overflow-tooltip prop="姓名" align="center" width="60px">
<el-table-column label="操作者" show-overflow-tooltip prop="姓名" align="center" width="70px">
<template slot-scope="scope">
{{ scope.row.姓名 }}
</template>