fix: code format

This commit is contained in:
xingyu4j
2025-09-03 16:35:00 +08:00
parent e6f76c097d
commit 44eebda749
4 changed files with 29 additions and 24 deletions

View File

@@ -195,10 +195,9 @@ const [Grid] = useVbenVxeGrid({
</ElTag>
</div>
<div class="order-item-info">
<span>原价{{ fenToYuan(item.price) }} / 数量{{
item.count
}}
</span>
<span>
原价{{ fenToYuan(item.price) }} / 数量{{ item.count }}
</span>
<DictTag
:type="DICT_TYPE.TRADE_ORDER_ITEM_AFTER_SALE_STATUS"
:value="item.afterSaleStatus"