Commit 01408b30 by LJM

修改字段

parent bb4caea5
Showing with 3 additions and 3 deletions
...@@ -27,11 +27,11 @@ ...@@ -27,11 +27,11 @@
<view class="status-box row verCenter bothSide"> <view class="status-box row verCenter bothSide">
<view class="bb row verCenter"> <view class="bb row verCenter">
<text class="t1">商务状态:</text> <text class="t1">商务状态:</text>
<text class="t2">{{ customerDetail.ask_customer_status_cn || '--' }}</text> <text class="t2">{{ customerDetail.ask_customer_sw_status_cn || '--' }}</text>
</view> </view>
<view class="bb row verCenter"> <view class="bb row verCenter">
<text class="t1">商务状态:</text> <text class="t1">仓库状态:</text>
<text class="t3">{{ customerDetail.ask_customer_sw_status_cn || '--' }}</text> <text class="t3">{{ customerDetail.store_execute_status_cn || '--' }}</text>
</view> </view>
</view> </view>
</view> </view>
......
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 sign in to comment