@@ -62,11 +62,15 @@
</el-table-column>
<el-table-column
- prop="createTime"
+ prop="uploadTime"
label="上传时间"
width="150"
align="center"
- />
+ >
+ <template slot-scope="scope">
+ {{ scope.row.uploadTime ? scope.row.uploadTime : '--' }}
+ </template>
+ </el-table-column>
<el-table-column label="初审结果" width="100" align="center">
<template slot-scope="scope">
<span
</template>
- prop="updateTime"
- min-width="180"
+ width="150"
prop="auditedStatus"
label="初审结果"
@@ -153,11 +157,15 @@
@@ -244,11 +252,15 @@