|
|
@@ -45,21 +45,21 @@ |
|
|
|
<span :style="{'font-size':'14px', |
|
|
|
color: { |
|
|
|
'正在报名': '#007E72','等待竞价': '#848484','等待成交': '#848484','已经成交': '#848484','正在竞价': '#c21F3a', |
|
|
|
}[item.projectShowStatus]}" v-if="item.biddingType=='1'&&item.projectShowStatus=='正在竞价'"> |
|
|
|
}[item.projectShowStatus]}" v-if="item.biddingType=='1'&&item.projectShowStatus!='已经成交'"> |
|
|
|
* |
|
|
|
</span> |
|
|
|
|
|
|
|
<span :style="{'font-size':'14px', |
|
|
|
color: { |
|
|
|
'正在报名': '#007E72','等待竞价': '#848484','等待成交': '#848484','已经成交': '#848484','正在竞价': '#c21F3a', |
|
|
|
}[item.projectShowStatus]}" v-if="(item.biddingType!='1'&&item.money) || item.projectShowStatus=='等待成交'"> |
|
|
|
}[item.projectShowStatus]}" v-if="(item.biddingType=='1'&&item.projectShowStatus=='已经成交'&&item.money) || (item.biddingType!='1'&&item.money)"> |
|
|
|
{{item.money}}{{item.unit}} |
|
|
|
</span> |
|
|
|
|
|
|
|
<span :style="{'font-size':'14px', |
|
|
|
color: { |
|
|
|
'正在报名': '#007E72','等待竞价': '#848484','等待成交': '#848484','已经成交': '#848484','正在竞价': '#c21F3a', |
|
|
|
}[item.projectShowStatus]}" v-if="item.biddingType!='1'&&!item.money"> |
|
|
|
}[item.projectShowStatus]}" v-if="(item.biddingType!='1'&&!item.money) || (item.biddingType=='1'&&item.projectShowStatus=='已经成交'&&!item.money)"> |
|
|
|
暂无出价 |
|
|
|
</span> |
|
|
|
</p> |
|
|
|