소스 검색

夜审房费

gqx 2 년 전
부모
커밋
dd8e77ccce
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;
     },