浏览代码

乳山产交问题修改

rongxin_prod
庞东旭 1年前
父节点
当前提交
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>


正在加载...
取消
保存