|
@@ -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>
|
|
|
|
|
@@ -550,7 +550,7 @@
|
|
|
font-size: 28rpx;
|
|
|
color: #3C3C3C;
|
|
|
font-weight: bold;
|
|
|
- width: 500rpx;
|
|
|
+ width: 60%;
|
|
|
}
|
|
|
|
|
|
.type {
|