From f2e092ab2336060347d41d2bc748a5875f8ba5c6 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期二, 03 十二月 2024 17:35:45 +0800
Subject: [PATCH] 开发更新
---
admin/src/views/project/housingList.vue | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/admin/src/views/project/housingList.vue b/admin/src/views/project/housingList.vue
index 57c75e9..f800cc8 100644
--- a/admin/src/views/project/housingList.vue
+++ b/admin/src/views/project/housingList.vue
@@ -34,7 +34,7 @@
<el-table-column type="selection" width="55"></el-table-column>
<el-table-column prop="projectName" label="椤圭洰" min-width="100px"></el-table-column>
<el-table-column prop="buildingName" label="妤煎畤" min-width="70px"></el-table-column>
- <el-table-column prop="floor" label="妤煎眰" min-width="60px"></el-table-column>
+ <el-table-column prop="floorName" label="妤煎眰" min-width="60px"></el-table-column>
<el-table-column prop="roomNum" label="鎴垮彿" min-width="60px"></el-table-column>
<el-table-column prop="rentArea" label="璁$闈㈢Н(m虏)" min-width="80px"></el-table-column>
<el-table-column prop="feeArea" label="璁¤垂闈㈢Н(m虏)" min-width="80px"></el-table-column>
@@ -101,6 +101,8 @@
},
projectList: [],
buildList: [],
+
+ filters: {}
}
},
created() {
@@ -121,17 +123,16 @@
},
changeProject(e) {
this.searchForm.buildingId = ''
- getBuildList({ id: e }).then(res => {
+ getBuildList({ projectId: e }).then(res => {
this.buildList = res || []
})
},
editClick(row) {
if (row && row.id) {
- this.$refs.operaYwRoomWindow.open('缂栬緫鎴块棿')
+ this.$refs.operaYwRoomWindow.open('缂栬緫鎴块棿', row)
} else {
this.$refs.operaYwRoomWindow.open('鏂板缓鎴块棿')
}
- this.$refs.operaYwRoomWindow.getProject()
},
}
}
--
Gitblit v1.9.3