shish пре 13 часа
родитељ
комит
a79c670406
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      ghsApp/src/admin/home/components/OrderItem.vue

+ 2 - 2
ghsApp/src/admin/home/components/OrderItem.vue

@@ -89,7 +89,7 @@
           <view
             v-if="Number(item.nextDayTkPrice) > 0"
             class="next-day-refund"
-          >后退款 ¥{{ parseFloat(item.nextDayTkPrice) }},实付 ¥{{ afterNextDayPayPrice }}</view>
+          >封账后退款 ¥{{ parseFloat(item.nextDayTkPrice) }},实付 ¥{{ afterNextDayPayPrice }}</view>
         </view>
         <!-- 点击备注区域编辑,阻止冒泡避免进入订单详情 -->
         <view
@@ -386,7 +386,7 @@ export default {
   },
   computed: {
     /**
-     * 扣除后退款后的实付款:actPrice - nextDayTkPrice
+     * 扣除封账后退款后的实付款:actPrice - nextDayTkPrice
      * 隔天售后不改 actPrice,列表用差值让店员看到净实付
      */
     afterNextDayPayPrice() {