Browse Source

Merge branch 'newProperty' of http://116.255.223.226:3000/zhangzl/nsgk_web into newProperty

RongCheng
庞东旭 1 year ago
parent
commit
52ad7d2c58
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      view/listingItems/itemsList.html

+ 2
- 2
view/listingItems/itemsList.html View File

@@ -249,7 +249,7 @@
<td>转出方</td>
<td>报名结束</td>
<td>竞价结束</td>
<td>地址</td>
<!--<td>地址</td>-->
</tr>
</table>
<div class="tableList">
@@ -280,7 +280,7 @@
<td>{{# value.outName}}</td>
<td>{{# value.signupStopTime}}</td>
<td>{{# value.biddingStopTime}}</td>
<td>{{# value.locationName}}</td>
<!--<td>{{# value.locationName}}</td>-->
</tr>
{{/each}}
</script>


Loading…
Cancel
Save