Commit b1d376fe by liangjianmin

fix(classify-price): 修复申请时间显示为创建时间的问题

将申请时间的显示内容修改为使用 approveMeta.create_time_cn,确保信息准确。
parent e05fb9d3
Showing with 1 additions and 1 deletions
......@@ -25,7 +25,7 @@
</view>
<view class="info-item">
<text class="info-label">申请时间</text>
<text class="info-value">{{ approveMeta.create_time || formatTime(detail.create_time) }}</text>
<text class="info-value">{{ approveMeta.create_time_cn }}</text>
</view>
<view class="info-item info-item-order">
<text class="info-label">订单号</text>
......
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