|
|
@@ -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> |
|
|
|