Browse Source

产权交易

newProperty
庞东旭 1 year ago
parent
commit
b70d54ebd3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      view/bidding/biddingList.html

+ 1
- 1
view/bidding/biddingList.html View 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.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 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>


Loading…
Cancel
Save