上架多规格的子集没有,
This commit is contained in:
parent
3ea8aeab34
commit
ee5178ccfe
|
|
@ -92,7 +92,7 @@
|
|||
<el-table-column label="上架">
|
||||
<template v-slot="scope">
|
||||
<el-switch v-model="scope.row.isGrounding" :active-value="true" :inactive-value="false"
|
||||
v-if="scope.row.hasChildren || scope.row.hasChildren == false" @change="showChangesss($event, scope.row)"></el-switch>
|
||||
v-if="!scope.row.hasChildren" @change="showChangesss($event, scope.row)"></el-switch>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="操作" width="240px">
|
||||
|
|
|
|||
Loading…
Reference in New Issue