|
@@ -132,10 +132,9 @@
|
|
|
<el-table-column prop="reasonDetail" label="审核说明" show-overflow-tooltip></el-table-column>
|
|
|
<el-table-column prop="auditorName" label="审核人" width="100"></el-table-column>
|
|
|
<el-table-column prop="auditTime" label="审核时间" width="150"></el-table-column>
|
|
|
- <el-table-column label="操作" width="150">
|
|
|
+ <el-table-column label="操作" width="80">
|
|
|
<template slot-scope="scope">
|
|
|
<el-button type="text" size="small" @click="handleEditAudit(scope.row)">编辑</el-button>
|
|
|
- <el-button type="text" size="small" @click="handleDeleteAudit(scope.row)" style="color: #f56c6c;">删除</el-button>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
</el-table>
|