This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
zhangzl
/
nsgk_web
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
乳山产交价格单位
newProperty
庞东旭
1 year ago
parent
42cb39faaa
commit
624236f981
2 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
index.html
+2
-0
view/bidding/biddingList.html
+ 2
- 0
index.html
View File
@@ -212,6 +212,7 @@
<td>竞价开始时间</td>
<td>标的底价</td>
<td>当前报价</td>
<td>价格单位</td>
<td>竞价状态</td>
<td>操作</td>
</tr>
@@ -232,6 +233,7 @@
{{value.money}}
{{/if}}
</td>
<td>{{value.unit}}</td>
<td>{{value.projectShowStatus}}</td>
<td>
{{if value.projectShowStatus == '正在报名'}}<input type="button" onclick="goDetail({{value.id}})" value="我要报名" />{{/if}}
+ 2
- 0
view/bidding/biddingList.html
View File
@@ -249,6 +249,7 @@
<td>竞价结束时间</td>
<td>标的底价</td>
<td>当前报价</td>
<td>价格单位</td>
<td>竞价状态</td>
<td>操作</td>
</tr>
@@ -269,6 +270,7 @@
{{value.money}}
{{/if}}
</td>
<td>{{value.unit}}</td>
<td>{{value.projectShowStatus}}</td>
<td>
{{if value.projectShowStatus == '正在报名'}}<input type="button" onclick="goDetail({{value.id}})" value="我要报名" />{{/if}}
Write
Preview
Loading…
Cancel
Save