更改商品添加初始化为undefined

This commit is contained in:
魏啾
2024-09-01 17:56:27 +08:00
parent d0f567209b
commit d99fb079c0
2 changed files with 35 additions and 12 deletions

View File

@@ -52,6 +52,7 @@
<el-table-column label="售价">
<template v-slot="scope">
<span>{{ scope.row.lowPrice }}</span>
<span v-if="scope.row.typeEnum == '多规格'">~{{ scope.row.maxPrice }}</span>
</template>
</el-table-column>
<el-table-column label="商品规格" prop="typeEnum">