|
@@ -13,6 +13,13 @@
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
|
+ <el-table-column label="审核状态" width="120" align="center">
|
|
|
|
+ <template slot-scope="scope">
|
|
|
|
+ <div>
|
|
|
|
+ {{taskStatusList[scope.row.status]}}
|
|
|
|
+ </div>
|
|
|
|
+ </template>
|
|
|
|
+ </el-table-column>
|
|
<el-table-column label="审核时间" width="180" align="center">
|
|
<el-table-column label="审核时间" width="180" align="center">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<div >
|
|
<div >
|