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