mod(custom): 核销列表页面优化

This commit is contained in:
2023-12-20 23:45:25 +08:00
parent eb2003de63
commit d58d468dd1
2 changed files with 3 additions and 2 deletions

View File

@@ -11,6 +11,7 @@
<image class="image" :src="item.Goods.cover" mode="widthFix"></image>
<view class="info">
<view class="title">商品名称{{ item.Goods.name }}</view>
<view class="title">描述{{ item.Goods.profile }}</view>
<view class="num"
>数量: <text style="color: red">{{ item.number }}</text></view
>