Просмотр исходного кода

乳山产交问题修改

rongxin_prod
庞东旭 1 год назад
Родитель
Сommit
4657dedaef
1 измененных файлов: 3 добавлений и 3 удалений
  1. +3
    -3
      src/views/user/bidding/index.vue

+ 3
- 3
src/views/user/bidding/index.vue Просмотреть файл

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


Загрузка…
Отмена
Сохранить