Browse Source

乳山信息港

RongCheng
庞东旭 1 year ago
parent
commit
68c367f736
2 changed files with 3 additions and 3 deletions
  1. +2
    -2
      infoport/resourceNew.html
  2. +1
    -1
      infoport/resourceNewDetail.html

+ 2
- 2
infoport/resourceNew.html View File

@@ -113,7 +113,7 @@
<td>{{value.resourceType}}</td>
<td>{{value.resourceSort}}</td>
<td>{{value.totalArea}}</td>
<td>{{value.status}}</td>
<td>{{value.useType==2?'闲置':'出租'}}</td>
</tr>
{{/each}}
</script>
@@ -169,7 +169,7 @@
<td>面积/亩</td>
<td>{{propertyDetail.totalArea}}</td>
<td>使用情况</td>
<td>{{propertyDetail.status}}</td>
<td>{{propertyDetail.useType==2?'闲置':'出租'}}</td>
<td></td>
<td></td>
</tr>


+ 1
- 1
infoport/resourceNewDetail.html View File

@@ -101,7 +101,7 @@
<td>面积/亩</td>
<td>{{propertyDetail.totalArea}}</td>
<td>使用情况</td>
<td>{{propertyDetail.status}}</td>
<td>{{propertyDetail.useType==2?'闲置':'出租'}}</td>
</tr>

</table>


Loading…
Cancel
Save