注掉维修订单处的结算
This commit is contained in:
parent
371c4fa8f5
commit
e70d828a97
@ -87,10 +87,10 @@
|
|||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column label="操作" width="150" align="center" class-name="small-padding fixed-width">
|
<el-table-column label="操作" width="150" align="center" class-name="small-padding fixed-width">
|
||||||
<template v-slot="scope">
|
<template v-slot="scope">
|
||||||
<el-button v-if="scope.row.orderStatus === '0'" size="mini" type="text" icon="el-icon-edit"
|
<!-- <el-button v-if="scope.row.orderStatus === '0'" size="mini" type="text" icon="el-icon-edit"-->
|
||||||
@click="toPay(scope.row)"
|
<!-- @click="toPay(scope.row)"-->
|
||||||
v-hasPermi="['repair:order-info:update']">支付
|
<!-- v-hasPermi="['repair:order-info:update']">支付-->
|
||||||
</el-button>
|
<!-- </el-button>-->
|
||||||
<!-- <el-button size="mini" type="text" icon="el-icon-edit" @click="openForm(scope.row.id)"-->
|
<!-- <el-button size="mini" type="text" icon="el-icon-edit" @click="openForm(scope.row.id)"-->
|
||||||
<!-- v-hasPermi="['repair:order-info:update']">修改-->
|
<!-- v-hasPermi="['repair:order-info:update']">修改-->
|
||||||
<!-- </el-button>-->
|
<!-- </el-button>-->
|
||||||
|
Loading…
Reference in New Issue
Block a user