feat: 订单卡片图片图标替换成字体图标
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 549 B |
@@ -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'"
|
||||||
|
|||||||
Reference in New Issue
Block a user