|
@@ -103,7 +103,7 @@
|
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
|
<el-button v-if="scope.row.statusFlag < 2" @click="handBegin(scope.row)" type="primary" size="mini" plain>开始</el-button>
|
|
<el-button v-if="scope.row.statusFlag < 2" @click="handBegin(scope.row)" type="primary" size="mini" plain>开始</el-button>
|
|
|
<el-button v-if="scope.row.statusFlag == 2" @click="handEnd(scope.row)" type="primary" size="mini" plain>结束</el-button>
|
|
<el-button v-if="scope.row.statusFlag == 2" @click="handEnd(scope.row)" type="primary" size="mini" plain>结束</el-button>
|
|
|
- <el-button v-if="scope.row.statusFlag == 3" @click="handSettlementHouse(scope.row)" type="primary" size="mini" plain>结算</el-button>
|
|
|
|
|
|
|
+ <el-button v-if="scope.row.statusFlag == 8" @click="handSettlementHouse(scope.row)" type="primary" size="mini" plain>结算</el-button>
|
|
|
<el-button @click="editRow(scope.row)" type="primary" size="mini" plain>编辑</el-button>
|
|
<el-button @click="editRow(scope.row)" type="primary" size="mini" plain>编辑</el-button>
|
|
|
<el-button @click="deleteRow(scope.row)" type="danger" size="mini" plain>删除</el-button>
|
|
<el-button @click="deleteRow(scope.row)" type="danger" size="mini" plain>删除</el-button>
|
|
|
</template>
|
|
</template>
|