From 7cefa499d44bc8b5d6918699b2eec39fa9604bde Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Mon, 10 Nov 2025 06:02:14 +0800 Subject: [PATCH] =?UTF-8?q?v1.9=20=E4=BC=98=E5=8C=96=E4=B8=9A=E4=B8=BB?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=20=E7=82=B9=E5=87=BB=E4=B8=9A=E4=B8=BB?= =?UTF-8?q?=E6=88=BF=E5=B1=8B=20=E6=B2=A1=E6=9C=89=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E6=88=BF=E5=B1=8B=E7=BC=96=E5=8F=B7=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/owner/ownerRooms.vue | 1 + src/views/room/roomLang.js | 2 ++ 2 files changed, 3 insertions(+) diff --git a/src/components/owner/ownerRooms.vue b/src/components/owner/ownerRooms.vue index 68b748d74..67c002af3 100644 --- a/src/components/owner/ownerRooms.vue +++ b/src/components/owner/ownerRooms.vue @@ -2,6 +2,7 @@ + diff --git a/src/views/room/roomLang.js b/src/views/room/roomLang.js index d0fa7f933..e5bb0c885 100644 --- a/src/views/room/roomLang.js +++ b/src/views/room/roomLang.js @@ -206,6 +206,7 @@ export const messages = { ownerRooms: { title: 'Owner Rooms', roomId: 'Room ID', + roomName: 'Room Name', layer: 'Floor', type: 'Type', area: 'Built/Indoor Area', @@ -595,6 +596,7 @@ export const messages = { ownerRooms: { title: '业主房屋', roomId: '房屋ID', + roomName: '房屋编号', layer: '楼层', type: '类型', area: '建筑/室内面积',