Commit 71caaeab authored by 刘用法's avatar 刘用法
parents 31144aca a3e54ead
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
<view class="line-view"></view> <view class="line-view"></view>
<view class="reason-view" v-if="showReason"><text class="reason-text">未通过原因:</text> <view class="reason-view" v-if="showReason"><text class="reason-text">未通过原因:</text>
<text>{{orderData.auditResults.remark}}</text> <text v-for="(item, index) in orderData.auditResults" :key="index">{{item}}</text>
</view> </view>
<view class="bottom-view"> <view class="bottom-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 to comment