This commit is contained in:
liushuai
2020-02-25 13:38:25 +08:00
parent 159a289ca3
commit f26e3ec4ac
12 changed files with 533 additions and 190 deletions

View File

@@ -51,7 +51,12 @@
{{ scope.row.姓名 }}
</template>
</el-table-column>
<el-table-column label="操作" align="center" width="70px">
<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="操作" align="center" width="70px" fixed="right">
<template slot-scope="scope">
<el-button
size="mini"
@@ -112,7 +117,7 @@
{{ scope.row.姓名 }}
</template>
</el-table-column>
<el-table-column label="操作" align="center" width="70">
<el-table-column label="操作" align="center" width="70" fixed="right">
<template slot-scope="scope">
<el-button
size="mini"