|
@@ -724,8 +724,7 @@
|
|
|
'<span>' +
|
|
|
' <div class="d-l-con">' +
|
|
|
' <div class="d-l-l-text">' +
|
|
|
- ' <h4>竣工日期:' + ((list[i].completionDate ? list[i].completionDate : list[i].completion_date) ? (list[
|
|
|
- i].completionDate ? list[i].completionDate : list[i].completion_date) : "") + '</h4>' +
|
|
|
+ ' <h4>竣工日期:' + ((list[i].completionDate?list[i].completionDate:list[i].completion_date)?(list[i].completionDate?list[i].completionDate:list[i].completion_date):"") + '</h4>' +
|
|
|
' </div>' +
|
|
|
' </div>' +
|
|
|
'</span>' +
|
|
@@ -733,32 +732,28 @@
|
|
|
'<span>' +
|
|
|
' <div class="d-l-con">' +
|
|
|
' <div class="d-l-l-text">' +
|
|
|
- ' <h4>管理单位:' + ((list[i].managementUnit ? list[i].managementUnit : list[i].management_unit) ? (list[
|
|
|
- i].managementUnit ? list[i].managementUnit : list[i].management_unit) : "") + '</h4>' +
|
|
|
+ ' <h4>管理单位:' + ((list[i].managementUnit?list[i].managementUnit:list[i].management_unit)?(list[i].managementUnit?list[i].managementUnit:list[i].management_unit):"") + '</h4>' +
|
|
|
' </div>' +
|
|
|
' </div>' +
|
|
|
'</span>' +
|
|
|
'<span>' +
|
|
|
' <div class="d-l-con">' +
|
|
|
' <div class="d-l-l-text">' +
|
|
|
- ' <h4>联系电话:' + ((list[i].manaTel ? list[i].manaTel : list[i].phone) ? (list[i].manaTel ? list[i]
|
|
|
- .manaTel : list[i].phone) : "") + '</h4>' +
|
|
|
+ ' <h4>联系电话:' + ((list[i].manaTel?list[i].manaTel:list[i].mana_tel)?(list[i].manaTel?list[i].manaTel:list[i].mana_tel):"") + '</h4>' +
|
|
|
' </div>' +
|
|
|
' </div>' +
|
|
|
'</span>' +
|
|
|
'<span>' +
|
|
|
' <div class="d-l-con">' +
|
|
|
' <div class="d-l-l-text">' +
|
|
|
- ' <h4>养护单位:' + ((list[i].maintenanceUnit ? list[i].maintenanceUnit : list[i].maintenance_unit) ? (
|
|
|
- list[i].maintenanceUnit ? list[i].maintenanceUnit : list[i].maintenance_unit) : "") + '</h4>' +
|
|
|
+ ' <h4>养护单位:' + ((list[i].maintenanceUnit?list[i].maintenanceUnit:list[i].maintenance_unit)?(list[i].maintenanceUnit?list[i].maintenanceUnit:list[i].maintenance_unit):"") + '</h4>' +
|
|
|
' </div>' +
|
|
|
' </div>' +
|
|
|
'</span>' +
|
|
|
'<span>' +
|
|
|
' <div class="d-l-con">' +
|
|
|
' <div class="d-l-l-text">' +
|
|
|
- ' <h4>联系电话:' + ((list[i].mainTel ? list[i].mainTel : list[i].phone) ? (list[i].mainTel ? list[i]
|
|
|
- .mainTel : list[i].phone) : "") + '</h4>' +
|
|
|
+ ' <h4>联系电话:' + ((list[i].mainTel?list[i].mainTel:list[i].main_tel)?(list[i].mainTel?list[i].mainTel:list[i].main_tel):"") + '</h4>' +
|
|
|
' </div>' +
|
|
|
' </div>' +
|
|
|
'</span>';
|