|
|
@ -42,8 +42,8 @@ |
|
|
|
<el-table-column fixed label="序号" width="60" type="index" :index="indexMethod" align="center"/> |
|
|
|
<el-table-column fixed label="操作" width="180" align="center"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<el-button v-show="scope.row.state == 1 && scope.row.showHandover" type="primary" size="mini" @click="handJiaojie(scope.row)">交接</el-button> |
|
|
|
<el-button v-show="scope.row.state == 2 && scope.row.showToDoHandover" type="primary" size="mini" @click="handConFirm(scope.row)">确认</el-button> |
|
|
|
<el-button v-show="scope.row.showHandover" type="primary" size="mini" @click="handJiaojie(scope.row)">交接</el-button> |
|
|
|
<el-button v-show="scope.row.showToDoHandover" type="primary" size="mini" @click="handConFirm(scope.row)">确认</el-button> |
|
|
|
<el-button type="primary" size="mini" @click="handLook(scope.row)">查看</el-button> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|