|
|
@ -135,7 +135,7 @@ |
|
|
|
<el-table-column fixed="right" label="操作" align="center" width="200px" prop="status"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<el-button @click="handleWatch(scope.row)" type="text" size="small">查看</el-button> |
|
|
|
<el-button @click="handleDispose(scope.row,'dispose')" type="text" size="small" class="">办理</el-button> |
|
|
|
<el-button @click="handleDispose(scope.row,'dispose')" type="text" size="small" v-if="scope.row.operationType != '11'&&scope.row.operationType!= '12' ">办理</el-button> |
|
|
|
|
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|