fix: 代客下单可选套餐确定无法点击,优惠价格计算

This commit is contained in:
2025-03-11 11:30:02 +08:00
parent 8bec7f1f6c
commit 4e956987d5
8 changed files with 258 additions and 105 deletions

View File

@@ -185,7 +185,10 @@
</el-table-column>
</el-table>
</template>
<div class="u-p-20 u-flex u-row-right" v-if="detail.status !== 'refund'">
<div
class="u-p-20 u-flex u-row-right"
v-if="detail.status !== 'refund' && detail.status !== 'unpaid'"
>
<el-checkbox
v-model="allSelected"
@change="allSelectedChange"