优化订单详情页面
This commit is contained in:
parent
64e11a2cce
commit
503c6f097f
|
@ -72,27 +72,21 @@
|
|||
<text class="title">需求内容:</text>
|
||||
<text class="text">{{ order.content }}</text>
|
||||
</view>
|
||||
<view class="info-row">
|
||||
<text class="title">下单时间:</text>
|
||||
<text class="text">{{ order.createTime }}</text>
|
||||
</view>
|
||||
<view class="info-row">
|
||||
<text class="title">服务时间:</text>
|
||||
<text class="text">{{ order.serviceTime }}</text>
|
||||
<block v-if="order.state == 0 || order.state == 1 || order.state == 2">
|
||||
<view class="btn" @click.stop="changeTime(order)">
|
||||
<text class="iconfont icon-bianji"></text>
|
||||
<text class="btn-desc">修改时间</text>
|
||||
</view>
|
||||
</block>
|
||||
</view>
|
||||
</block>
|
||||
<block v-if="listType == 't3'">
|
||||
<view class="info-row">
|
||||
<text class="title">上门时间:</text>
|
||||
<text class="text">{{ order.serviceTime }}</text>
|
||||
</view>
|
||||
</block>
|
||||
<view class="info-row">
|
||||
<text class="title">下单时间:</text>
|
||||
<text class="text">{{ order.createTime }}</text>
|
||||
</view>
|
||||
<view class="info-row">
|
||||
<text class="title">服务时间:</text>
|
||||
<text class="text">{{ order.serviceTime }}</text>
|
||||
<block v-if="order.state == 0 || order.state == 1 || order.state == 2">
|
||||
<view class="btn" @click.stop="changeTime(order)">
|
||||
<text class="iconfont icon-bianji"></text>
|
||||
<text class="btn-desc">修改时间</text>
|
||||
</view>
|
||||
</block>
|
||||
</view>
|
||||
</view>
|
||||
<block v-if="listType == 't1' || listType == 't2'">
|
||||
<view class="section insurance">
|
||||
|
|
Loading…
Reference in New Issue