|
|
@ -171,7 +171,7 @@ |
|
|
|
<template slot-scope="scope"> |
|
|
|
<el-button v-if="scope.row.state === '0'" type="text" size="small" @click="addOrUpdateHandle(scope.row.id,'2')">{{ $t('checkBtn') }}</el-button> |
|
|
|
<el-button v-else type="text" size="small" @click="addOrUpdateHandle(scope.row.id,'2')">{{ $t('lookBtn') }}</el-button> |
|
|
|
<el-button type="text" size="small" @click="deleteHandle(scope.row.id)">{{ $t('delete') }}</el-button> |
|
|
|
<!-- <el-button type="text" size="small" @click="deleteHandle(scope.row.id)">{{ $t('delete') }}</el-button>--> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
</el-table> |
|
|
|