Browse Source

服务列表页

pull/63/head
pengda 2 months ago
parent
commit
0c16fd961b
  1. 2
      src/views/agent/siteServiceList.vue

2
src/views/agent/siteServiceList.vue

@ -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>

Loading…
Cancel
Save