|
@@ -106,7 +106,7 @@
|
|
|
<!-- 订单状态 1 待提交 2 待作业 3 待点评 4 待回复 5 已完成 -->
|
|
|
<view class="type" v-if="item.State == 1">待提交</view>
|
|
|
<view class="type" v-if="item.State == 2">待作业</view>
|
|
|
- <view class="type" v-if="item.State == 3">待点评</view>
|
|
|
+ <view class="type" v-if="item.State == 3">待运营经理点评</view>
|
|
|
<view class="type" v-if="item.State == 4">待回复</view>
|
|
|
<view class="type" v-if="item.State == 5">已完成</view>
|
|
|
|