优化修改订单
This commit is contained in:
parent
1b0078b7cb
commit
ba06f1fb59
|
|
@ -216,7 +216,7 @@
|
|||
<!-- <el-table-column label="合计" prop="payPrice" width="150">
|
||||
<template #default="{ row }">{{ fenToYuan(row.payPrice) }}元</template>
|
||||
</el-table-column>-->
|
||||
<el-table-column label="操作列" width="100">
|
||||
<el-table-column label="操作列" width="100" v-if="formData.billStatus == 'B'">
|
||||
<template #default="scope">
|
||||
<el-button
|
||||
link
|
||||
|
|
|
|||
Loading…
Reference in New Issue