This commit is contained in:
liushuai
2020-04-24 17:24:14 +08:00
parent 4bb41367fa
commit 6d5edf5211
4 changed files with 45 additions and 10 deletions

View File

@@ -201,9 +201,9 @@
</template>
</template>
</el-table-column>
<el-table-column label="质检时间" align="center" width="100px">
<el-table-column label="质检时间" align="center" width="140px">
<template slot-scope="scope">
{{ scope.row.操作时间 ? scope.row.操作时间.split(' ')[0] : '' }}
{{ scope.row.操作时间 }}
</template>
</el-table-column>
<el-table-column label="备注" align="center" width="140px" show-overflow-tooltip>