@@ -51,6 +51,10 @@
<view>结账状态:</view>
<view>{{detailInfo.status==1?'待结清':detailInfo.status==2?'已结清':detailInfo.status==3?'已取消':'待结清'}}</view>
</view>
+ <view class="order-info_box" v-if="detailInfo.remark!=''">
+ <view>备注信息:</view>
+ <view style="color:red;font-weight:bold;">{{ detailInfo.remark }}</view>
+ </view>
<view class="title">
客户