This commit is contained in:
liushuai
2020-04-25 12:10:09 +08:00
parent 799ed17078
commit 1aa54777f7
3 changed files with 12 additions and 8 deletions

View File

@@ -49,11 +49,6 @@
{{ scope.row.合同总额 }}
</template>
</el-table-column>
<el-table-column label="交货日期" align="center" width="90">
<template slot-scope="scope">
{{ scope.row.交货日期 }}
</template>
</el-table-column>
<el-table-column label="提交时间" align="center" width="90">
<template slot-scope="scope">
{{ scope.row.操作时间 ? scope.row.操作时间.split(' ')[0] : '' }}