到票结算申请

This commit is contained in:
Vergil
2020-03-27 15:11:58 +08:00
parent 5774e9cf94
commit 3112b8af03

View File

@@ -62,6 +62,11 @@
{{ scope.row.申请人姓名 ? scope.row.申请人姓名 : '未提交' }}
</template>
</el-table-column>
<el-table-column label="创建时间" prop="操作时间" align="center" width="130">
<template slot-scope="scope">
{{ scope.row.操作时间 ? scope.row.操作时间.split(' ')[0] : '—' }}
</template>
</el-table-column>
<el-table-column label="申请时间" prop="申请时间" align="center" width="130">
<template slot-scope="scope">
{{ scope.row.申请时间 ? scope.row.申请时间.split(' ')[0] : '—' }}