feat: 修改商品套餐高亮、商品几选几效验

This commit is contained in:
duan
2025-03-24 21:55:26 +08:00
parent d4a64f1a0e
commit ec7292cf4c
2 changed files with 35 additions and 11 deletions

View File

@@ -26,9 +26,11 @@
@click="handleSwitchChange(scope.row)"></el-switch>
</template>
<template #kucunedit="scope">
{{ scope.row.stockNumber }} <el-icon @click="kucunedit(scope.row)" style="cursor: pointer;color: #4080ff;">
<EditPen />
</el-icon>
<template v-if="scope.row.type != null">
{{ scope.row.stockNumber }} <el-icon @click="kucunedit(scope.row)" style="cursor: pointer;color: #4080ff;">
<EditPen />
</el-icon>
</template>
</template>
<template #tuikuantuihui="scope">