Sfoglia il codice sorgente

产权交易字典值变化修改

newProperty
庞东旭 1 anno fa
parent
commit
dd9b766664
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. +1
    -1
      view/bidding/biddingList.html
  2. +1
    -1
      view/user/user.html

+ 1
- 1
view/bidding/biddingList.html Vedi File

@@ -256,7 +256,7 @@
<div class="tableList" style="height: auto; overflow-y: none; width: 1200px;"> <div class="tableList" style="height: auto; overflow-y: none; width: 1200px;">
<script id="biddingInformationData" type="text/html"> <script id="biddingInformationData" type="text/html">
{{each biddingInformationList as value i}} {{each biddingInformationList as value i}}
<tr class="{{value.projectShowStatus == '未开始' ? 'notStart-row':''}}{{value.projectShowStatus == '竞价' ? 'now-row':''}}">
<tr class="{{value.projectShowStatus == '等待竞价' ? 'notStart-row':''}}{{value.projectShowStatus == '正在竞价' ? 'now-row':''}}">
<td style="text-align: left;padding-left: 2%;" title="{{value.projectName}}">{{value.projectName}}</td> <td style="text-align: left;padding-left: 2%;" title="{{value.projectName}}">{{value.projectName}}</td>
<td>{{value.biddingType}}</td> <td>{{value.biddingType}}</td>
<td>{{value.signupStopTime}}</td> <td>{{value.signupStopTime}}</td>


+ 1
- 1
view/user/user.html Vedi File

@@ -677,7 +677,7 @@
<td>{{value.projectName}}</td> <td>{{value.projectName}}</td>
<td>{{value.biddingStopTime}}</td> <td>{{value.biddingStopTime}}</td>
<td> <td>
{{if value.biddingType == '1' && value.projectShowStatus == '竞价'}}
{{if value.biddingType == '1' && value.projectShowStatus == '正在竞价'}}
* *
{{else}} {{else}}
{{value.money}} {{value.money}}


Caricamento…
Annulla
Salva