This commit is contained in:
parent
e335d634da
commit
2be2df7bc4
|
|
@ -89,7 +89,7 @@
|
|||
@change="showChangess($event, scope.row)"></el-switch>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="下架">
|
||||
<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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue