shish 13 saat önce
ebeveyn
işleme
a79c670406

+ 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() {