ソースを参照

Merge branch 'master' of http://49.4.53.36:3000/hotel/hotel-saas-tenant-frontend

DESKTOP-B78GIPM\admin 2 年 前
コミット
789bf17713
共有1 個のファイルを変更した2 個の追加0 個の削除を含む
  1. 2 0
      src/views/room/modules/checkIn/BillRoomInfo.vue

+ 2 - 0
src/views/room/modules/checkIn/BillRoomInfo.vue

@@ -847,6 +847,8 @@ export default {
         msg = "商品";
       } else if (text == 7) {
         msg = "点餐";
+      } else if (text == 8) {
+        msg = "夜审房费";
       }
       return msg;
     },