|
|
@ -68,6 +68,7 @@ |
|
|
<template slot-scope="scope"> |
|
|
<template slot-scope="scope"> |
|
|
<el-button type="text" size="small" @click="look(scope.row.id)">{{ $t('look') }}</el-button> |
|
|
<el-button type="text" size="small" @click="look(scope.row.id)">{{ $t('look') }}</el-button> |
|
|
<el-button v-if="scope.row.state !== 20" type="text" size="small" @click="close(scope.row.id)">{{ $t('close') }}</el-button> |
|
|
<el-button v-if="scope.row.state !== 20" type="text" size="small" @click="close(scope.row.id)">{{ $t('close') }}</el-button> |
|
|
|
|
|
<el-button type="text" size="small" v-if="scope.row.state ===20" :disabled="true">已关闭</el-button> |
|
|
</template> |
|
|
</template> |
|
|
</el-table-column> |
|
|
</el-table-column> |
|
|
</el-table> |
|
|
</el-table> |
|
|
|