This commit is contained in:
liulujia
2020-04-26 15:53:16 +08:00
parent b232f8cdf0
commit f953291273
3 changed files with 24 additions and 19 deletions

View File

@@ -66,6 +66,11 @@
{{ scope.row.审核情况内容 }}
</template>
</el-table-column>
<el-table-column label="未过原因" align="center" min-width="60">
<template slot-scope="scope">
{{ scope.row.未通过审核原因 }}
</template>
</el-table-column>
<el-table-column label="审批时间" align="center" min-width="60">
<template slot-scope="scope">
{{ scope.row.审批时间 ? scope.row.审批时间.split(' ')[0] : '' }}