Commit a3e54ead authored by Damon's avatar Damon

显示未通过原因

parent 44afb4c8
......@@ -27,7 +27,7 @@
<view class="line-view"></view>
<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 class="bottom-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