Merge branch 'dev' of https://e.coding.net/g-cphe0354/yinshoukeguanliduan/management into ymf
This commit is contained in:
commit
51c9c9e15c
|
|
@ -92,7 +92,7 @@
|
||||||
<el-table-column label="上架">
|
<el-table-column label="上架">
|
||||||
<template v-slot="scope">
|
<template v-slot="scope">
|
||||||
<el-switch v-model="scope.row.isGrounding" :active-value="true" :inactive-value="false"
|
<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>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column label="操作" width="240px">
|
<el-table-column label="操作" width="240px">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue