Ver código fonte

产权交易

newProperty
庞东旭 1 ano atrás
pai
commit
b70d54ebd3
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      view/bidding/biddingList.html

+ 1
- 1
view/bidding/biddingList.html Ver arquivo

@@ -256,7 +256,7 @@
<div class="tableList" style="height: auto; overflow-y: none; width: 1200px;">
<script id="biddingInformationData" type="text/html">
{{each biddingInformationList as value i}}
<tr class="{{value.timeType == '未开始' ? 'notStart-row':''}}{{value.timeType == '进行中' ? '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>{{value.biddingType}}</td>
<td>{{value.signupStopTime}}</td>


Carregando…
Cancelar
Salvar