feat: 订单卡片图片图标替换成字体图标
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 549 B |
@@ -7,11 +7,14 @@
|
||||
<view class="order-title">
|
||||
{{ orderData.workOrderTypeName || orderData.commodityName }}
|
||||
</view>
|
||||
<image
|
||||
v-if="props.orderData.orderType !== undefined"
|
||||
|
||||
<uni-icons
|
||||
class="arrow-icon"
|
||||
src="./images/arrow.png"
|
||||
></image>
|
||||
v-if="props.orderData.orderType !== undefined"
|
||||
type="right"
|
||||
color="#999"
|
||||
size="16"
|
||||
/>
|
||||
</view>
|
||||
<view
|
||||
v-if="orderData.status !== 'pending'"
|
||||
|
||||
Reference in New Issue
Block a user