@ -70,7 +70,7 @@
<el-table-column prop="sort_id" label="上首页">
<template slot-scope="scope">
<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>
</template>
</el-table-column>