|
@ -70,7 +70,7 @@ |
|
|
<el-table-column prop="sort_id" label="上首页"> |
|
|
<el-table-column prop="sort_id" label="上首页"> |
|
|
<template slot-scope="scope"> |
|
|
<template slot-scope="scope"> |
|
|
<div class="flex cell_render"> |
|
|
<div class="flex cell_render"> |
|
|
<GuipSwitch :modelValue="scope.row.sort_id" activeText="默认类型" @change="onSwitchChange"></GuipSwitch> |
|
|
<GuipSwitch :modelValue="scope.row.sort_id" @change="onSwitchChange"></GuipSwitch> |
|
|
</div> |
|
|
</div> |
|
|
</template> |
|
|
</template> |
|
|
</el-table-column> |
|
|
</el-table-column> |
|
|