From 6f51f667ae7b13dca029045c221d0b1722cf98df Mon Sep 17 00:00:00 2001
From: zhangjq <z16372660229@163.com>
Date: 星期二, 27 一月 2026 18:17:08 +0800
Subject: [PATCH] 更新房产导入功能及其他相关组件
---
public/components/contract/adContractInfo/adContractInfo.html | 18 ++++++++++++------
1 files changed, 12 insertions(+), 6 deletions(-)
diff --git a/public/components/contract/adContractInfo/adContractInfo.html b/public/components/contract/adContractInfo/adContractInfo.html
index c516034..095d21a 100644
--- a/public/components/contract/adContractInfo/adContractInfo.html
+++ b/public/components/contract/adContractInfo/adContractInfo.html
@@ -63,9 +63,10 @@
<th>骞垮憡绫诲瀷</th> <!-- 骞垮憡绫诲瀷 -->
<th>骞垮憡瀛愮被鍨�</th> <!-- 骞垮憡瀛愮被鍨� -->
<th>鍚堜綔鍐呭褰㈠紡</th> <!-- 鍚堜綔鍐呭褰㈠紡 -->
- <th>灏忓尯妤兼爧鏁�/鐢垫鏁�</th> <!-- 灏忓尯妤兼爧鏁�/鐢垫鏁� -->
- <th>涓婄嚎鏁伴噺</th> <!-- 涓婄嚎鏁伴噺 -->
- <th>璁炬柦瀹夎浣嶇疆</th> <!-- 璁炬柦瀹夎浣嶇疆 -->
+ <th>鐗╀笟鍏徃鍚嶇О</th> <!-- 鐗╀笟鍏徃鍚嶇О -->
+ <th>鍚堝悓骞撮檺(骞�)</th> <!-- 鍚堝悓骞撮檺 -->
+ <th>鏄惁瀛樻。</th> <!-- 鏄惁瀛樻。 -->
+ <th>鍚堝悓鎻愰啋鏃ユ湡</th> <!-- 鍚堝悓鎻愰啋鏃ユ湡 -->
<th>鎿嶄綔</th> <!-- 鎿嶄綔鎸夐挳 -->
</tr>
</thead>
@@ -77,9 +78,14 @@
<td>{{item.adType}}</td>
<td>{{item.subType}}</td>
<td>{{item.cooperationForm}}</td>
- <td>{{item.buildingElevatorCount || '-'}}</td>
- <td>{{item.onlineQuantity || '-'}}</td>
- <td>{{item.facilityLocation || '-'}}</td>
+ <td>{{item.propertyCompany || '-'}}</td>
+ <td>{{item.contractTerm || '-'}}</td>
+ <td>
+ <span v-if="item.isArchived === '0'" class="label label-info">鏈瓨妗�</span>
+ <span v-else-if="item.isArchived === '1'" class="label label-success">宸插瓨妗�</span>
+ <span v-else class="label label-default">鏈煡</span>
+ </td>
+ <td>{{item.contractReminderDate || '-'}}</td>
<td>
<!-- 缂栬緫鎸夐挳 -->
<button type="button" class="btn btn-xs btn-info"
--
Gitblit v1.8.0