Ver código fonte

乳山信息港

RongCheng
庞东旭 1 ano atrás
pai
commit
68c367f736
2 arquivos alterados com 3 adições e 3 exclusões
  1. +2
    -2
      infoport/resourceNew.html
  2. +1
    -1
      infoport/resourceNewDetail.html

+ 2
- 2
infoport/resourceNew.html Ver arquivo

@@ -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 Ver arquivo

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

</table>


Carregando…
Cancelar
Salvar