From 698848bc8586f7c927e0468d6e60711c323d029d Mon Sep 17 00:00:00 2001 From: liukangdong <898885815@qq.com> Date: 星期四, 06 二月 2025 18:22:43 +0800 Subject: [PATCH] Merge branch '2.0.1' of http://139.186.142.91:10010/r/productDev/funingyunwei into 2.0.1 --- admin/src/views/contract/components/terminationAgreement.vue | 10 +++++++--- 1 files changed, 7 insertions(+), 3 deletions(-) diff --git a/admin/src/views/contract/components/terminationAgreement.vue b/admin/src/views/contract/components/terminationAgreement.vue index 835fe12..e9ed052 100644 --- a/admin/src/views/contract/components/terminationAgreement.vue +++ b/admin/src/views/contract/components/terminationAgreement.vue @@ -18,10 +18,14 @@ <el-table-column prop="buildingName" label="妤煎畤鍚嶇О" show-overflow-tooltip /> <el-table-column label="妤煎眰/鎴垮彿" show-overflow-tooltip> <template slot-scope="{row}"> - {{row.floorName}}{{row.roomNum}} + {{row.floorName}}/{{row.roomNum}} </template> </el-table-column> - <el-table-column prop="area" label="闈㈢Н" show-overflow-tooltip></el-table-column> + <el-table-column label="闈㈢Н" show-overflow-tooltip> + <template slot-scope="{row}"> + {{row.area}}銕� + </template> + </el-table-column> </el-table> </div> <div class="title">閫�绉熶俊鎭�</div> @@ -43,7 +47,7 @@ </div> <div class="item"> <div class="la">鍗忚绛捐鏃ユ湡</div> - <div class="val">{{ info.signDate }}銕�</div> + <div class="val">{{ info.signDate }}</div> </div> <div class="item"> <div class="la">閫�绉熷師鍥�</div> -- Gitblit v1.9.3