优化接单报价按钮
This commit is contained in:
parent
8fb647385a
commit
a48a762ded
|
@ -27,15 +27,17 @@
|
|||
<view class="order-item-box" v-for="(v, k) in item.list" :key="k" @click.stop="toDetail(v.id)">
|
||||
<order-item :order="v">
|
||||
<view class="order-action">
|
||||
<view
|
||||
<view class="price">
|
||||
<text
|
||||
v-if="
|
||||
v.listType == 't1' ||
|
||||
v.listType == 't3' ||
|
||||
(v.listType == 't2' && v.orderType == 1)
|
||||
"
|
||||
class="price"
|
||||
>¥ {{ v.price }}</view
|
||||
>
|
||||
¥ {{ v.price }}
|
||||
</text>
|
||||
</view>
|
||||
<get-action
|
||||
:order="v"
|
||||
@postPrice="showPostPriceModal(v.id)"
|
||||
|
|
Loading…
Reference in New Issue