Commit 1164d8f0 authored by qipeng's avatar qipeng

BUG修复

parent 84b9d898
...@@ -97,7 +97,7 @@ ...@@ -97,7 +97,7 @@
</view> </view>
<text class="left-Name">{{item.merchantName}}({{item.productName}})</text> <text class="left-Name">{{item.merchantName}}({{item.productName}})</text>
</view> </view>
<view class="title-right" v-if="item.orderType!=10&&item.orderType!=0"> <view class="title-right" v-if="item.orderType!=0">
<template v-if="item.orderType==1"> <template v-if="item.orderType==1">
{{item.orderStatus|orderStatus1}} {{item.orderStatus|orderStatus1}}
</template> </template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment