shish 5 달 전
부모
커밋
2820a42ebf
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      ghsApp/src/admin/clear/customInfo.vue

+ 4 - 0
ghsApp/src/admin/clear/customInfo.vue

@@ -51,6 +51,10 @@
 					<view>结账状态:</view>
 					<view>结账状态:</view>
 					<view>{{detailInfo.status==1?'待结清':detailInfo.status==2?'已结清':detailInfo.status==3?'已取消':'待结清'}}</view>
 					<view>{{detailInfo.status==1?'待结清':detailInfo.status==2?'已结清':detailInfo.status==3?'已取消':'待结清'}}</view>
 				</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>
 			</view>
 			<view class="title">
 			<view class="title">
 				客户
 				客户