优化订单退款

This commit is contained in:
gyq
2025-03-12 09:55:07 +08:00
parent 1e66b2ad1f
commit 48c9f24d4c
17 changed files with 191 additions and 16211 deletions

View File

@@ -73,7 +73,10 @@
</div>
<div class="n"></div>
<div class="p">
<span>
<span v-if="item.is_temporary">
+0.00
</span>
<span v-else>
+{{ formatDecimal(item.pack_number * item.packFee) }}
</span>
</div>