fix: 修复订单详情退款按钮显示判断

This commit is contained in:
YeMingfei666 2025-03-14 17:17:21 +08:00
parent 088826881b
commit 3c182c8e2f
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@
实收金额
<span style="color: red">{{ detail.payAmount }}</span>
<el-button
v-if="detail.status != 'unpaid' && detail.payAmount < detail.refundAmount"
v-if="detail.status != 'unpaid' && detail.refundAmount < detail.payAmount"
size="small"
type="danger"
class="u-m-l-10"