多规格上架按钮隐藏

This commit is contained in:
duan 2024-07-24 17:03:41 +08:00
parent 04d23793d1
commit a6d3d4afbe
1 changed files with 1 additions and 1 deletions

View File

@ -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"
@change="showChangesss($event, scope.row)"></el-switch>
v-if="scope.row.hasChildren || scope.row.hasChildren == false" @change="showChangesss($event, scope.row)"></el-switch>
</template>
</el-table-column>
<el-table-column label="操作" width="240px">