This commit is contained in:
liushuai
2019-10-30 13:15:38 +08:00
parent e8fa4894ef
commit d3ce0baf0b
2 changed files with 1 additions and 5 deletions

View File

@@ -66,7 +66,7 @@
</el-table-column>
<el-table-column label="入库时间" prop="入库时间" align="center" width="145">
<template slot-scope="scope">
{{ scope.row.入库时间 }}
{{ scope.row.入库时间 ? scope.row.入库时间.split(' ')[0] : '-' }}
</template>
</el-table-column>
</el-table>