yyw提交

This commit is contained in:
DESKTOP-8FGKA8Q\chunfen 2025-09-12 18:37:29 +08:00
parent 58b46a35a8
commit 476bd87daf

View File

@ -29,12 +29,12 @@
<el-table-column prop="target_type" label="商品类型" header-align="center"> <el-table-column prop="target_type" label="商品类型" header-align="center">
<template #default="scope"> <template #default="scope">
<span v-if="scope.row.goods_sku == 'goods_sku'">商品规格</span> <span v-if="scope.row.target_type == 'goods_sku'">商品规格</span>
<span v-else-if="scope.row.goods_sku == 'combination_goods'">组合商品</span> <span v-else-if="scope.row.target_type == 'combination_goods'">组合商品</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="sum_goods_cost" label="商品ID" align="center" /> <el-table-column prop="sum_goods_cost" label="商品成本" align="center" />
<el-table-column prop="sum_freight_cost" label="规格名称" align="center" /> <el-table-column prop="sum_freight_cost" label="运费成本" align="center" />
</el-table> </el-table>
<div class="page-pagination"> <div class="page-pagination">
<el-pagination <el-pagination