优化修改订单

This commit is contained in:
Mrking 2025-01-19 21:35:16 +08:00
parent 1b0078b7cb
commit ba06f1fb59
1 changed files with 1 additions and 1 deletions

View File

@ -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