|
@@ -16,14 +16,14 @@
|
|
|
<el-table-column label="审核时间" width="180" align="center">
|
|
|
<template slot-scope="scope">
|
|
|
<div >
|
|
|
- {{scope.row.create_time}}
|
|
|
+ {{scope.row.createTime}}
|
|
|
</div>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column label="审核结果" width="150" align="center">
|
|
|
<template slot-scope="scope">
|
|
|
<div >
|
|
|
- {{scope.row.handle_result}}
|
|
|
+ {{scope.row.handleResult}}
|
|
|
</div>
|
|
|
</template>
|
|
|
</el-table-column>
|