|
|
@ -147,7 +147,7 @@
|
|
|
|
<span>{{ scope.row.createTime }}</span>
|
|
|
|
<span>{{ scope.row.createTime }}</span>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
</el-table-column>
|
|
|
|
</el-table-column>
|
|
|
|
<el-table-column label="审核时间" prop="createTime" 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.createTime }}</span>
|
|
|
|
<span>{{ scope.row.createTime }}</span>
|
|
|
|