From f6186d8c2411f8d1d2619be202428db58ec8310a Mon Sep 17 00:00:00 2001 From: MrShi <1878285526@qq.com> Date: 星期五, 24 一月 2025 13:50:50 +0800 Subject: [PATCH] 1 --- admin/src/views/contract/components/terminationAgreement.vue | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/admin/src/views/contract/components/terminationAgreement.vue b/admin/src/views/contract/components/terminationAgreement.vue index d9d9280..835fe12 100644 --- a/admin/src/views/contract/components/terminationAgreement.vue +++ b/admin/src/views/contract/components/terminationAgreement.vue @@ -16,7 +16,11 @@ <el-table :data="info.roomList" stripe> <el-table-column prop="projectName" label="椤圭洰鍚嶇О" show-overflow-tooltip /> <el-table-column prop="buildingName" label="妤煎畤鍚嶇О" show-overflow-tooltip /> - <el-table-column prop="buildingName" label="妤煎眰/鎴垮彿" show-overflow-tooltip></el-table-column> + <el-table-column label="妤煎眰/鎴垮彿" show-overflow-tooltip> + <template slot-scope="{row}"> + {{row.floorName}}{{row.roomNum}} + </template> + </el-table-column> <el-table-column prop="area" label="闈㈢Н" show-overflow-tooltip></el-table-column> </el-table> </div> -- Gitblit v1.9.3