|
|
@ -119,10 +119,10 @@
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
</el-table-column>
|
|
|
|
</el-table-column>
|
|
|
|
|
|
|
|
|
|
|
|
<el-table-column label="审核时间" prop="checkTime" show-overflow-tooltip width="150">
|
|
|
|
<el-table-column label="审核时间" prop="auditTime" show-overflow-tooltip width="150">
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<i class="el-icon-time"></i>
|
|
|
|
<i class="el-icon-time"></i>
|
|
|
|
<span>{{ scope.row.checkTime }}</span>
|
|
|
|
<span>{{ scope.row.auditTime }}</span>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
</el-table-column>
|
|
|
|
</el-table-column>
|
|
|
|
|
|
|
|
|
|
|
|