feat: 隐藏多规格退款退回库存,修改所有page为1

This commit is contained in:
duan
2025-03-21 09:35:32 +08:00
parent 812b01391b
commit c40281902a
11 changed files with 110 additions and 291 deletions

View File

@@ -26,7 +26,7 @@
@click="handleSwitchChange(scope.row)"></el-switch>
</template>
<template #tuikuantuihui="scope">
<el-switch v-model="scope.row[scope.prop]" :active-value="1" :inactive-value="0"
<el-switch v-if="!scope.row.productId" v-model="scope.row[scope.prop]" :active-value="1" :inactive-value="0"
@click="handleSwitchhaocai(scope.row)"></el-switch>
</template>
<template #sellOut="scope">