feat: 订单卡片图片图标替换成字体图标

This commit is contained in:
duanshuwen
2025-10-06 13:25:45 +08:00
parent c8e51e4975
commit 6f477f3513
2 changed files with 7 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 549 B

View File

@@ -7,11 +7,14 @@
<view class="order-title"> <view class="order-title">
{{ orderData.workOrderTypeName || orderData.commodityName }} {{ orderData.workOrderTypeName || orderData.commodityName }}
</view> </view>
<image
v-if="props.orderData.orderType !== undefined" <uni-icons
class="arrow-icon" class="arrow-icon"
src="./images/arrow.png" v-if="props.orderData.orderType !== undefined"
></image> type="right"
color="#999"
size="16"
/>
</view> </view>
<view <view
v-if="orderData.status !== 'pending'" v-if="orderData.status !== 'pending'"