订单管理

This commit is contained in:
liuye
2023-04-24 13:48:46 +08:00
parent fa9f36bca9
commit a9959a8ed2

View File

@@ -76,7 +76,7 @@
</ai-uploader> -->
<div class="img-content">
<img :src="row.goodsPicUrl" alt="" v-viewer>
<span class="type" :class="`type`+row.type">{{$dict.getLabel('integralSGType', row.type)}}</span>
<span class="type" :class="`type`+row.goodsType">{{$dict.getLabel('integralSGType', row.goodsType)}}</span>
</div>
<p>{{ row.goodsTitle }}</p>
</div>