1
This commit is contained in:
parent
9b67a469d4
commit
ac6dd47b06
@ -18,7 +18,7 @@
|
|||||||
{{ title }}
|
{{ title }}
|
||||||
</view>
|
</view>
|
||||||
<view v-if="showClear" @click="clearNoReadFun" class="navigationBarIcon" :style="{ color: titleColor }">
|
<view v-if="showClear" @click="clearNoReadFun" class="navigationBarIcon" :style="{ color: titleColor }">
|
||||||
<image src="@/static/images/clear.jpg" mode="" class="clear-icon"></image>
|
<image src="@/static/images/clear.png" mode="" class="clear-icon"></image>
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
<view class="navigationBarBackExtra">
|
<view class="navigationBarBackExtra">
|
||||||
|
@ -223,13 +223,13 @@ export default {
|
|||||||
if("04"==mainStatus){
|
if("04"==mainStatus){
|
||||||
//待派工
|
//待派工
|
||||||
str = "待派工"
|
str = "待派工"
|
||||||
}else if("05"==mainStatus){
|
}else if("05"==mainStatus ||"07"==mainStatus ){
|
||||||
//维修中
|
//维修中
|
||||||
str = "维修中"
|
str = "维修中"
|
||||||
}else if("01"==mainStatus){
|
}else if("01"==mainStatus){
|
||||||
//待结算
|
//待结算
|
||||||
if(!payType){
|
if(!payType){
|
||||||
str = "待结算"
|
str = "待取车结算"
|
||||||
}else{
|
}else{
|
||||||
str = "待支付"
|
str = "待支付"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user