|
@@ -1631,7 +1631,7 @@
|
|
|
{{ fieldConfig.family_member.label }}
|
|
|
<el-tag v-if="fieldConfig.family_member.visible" size="small" type="success">已启用</el-tag>
|
|
|
</span>
|
|
|
- <el-switch v-model="fieldConfig.family_member.visible" class="custom-switch" />
|
|
|
+ <!-- <el-switch v-model="fieldConfig.family_member.visible" class="custom-switch" /> -->
|
|
|
</div>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
@@ -1664,7 +1664,7 @@
|
|
|
{{ fieldConfig.education.label }}
|
|
|
<el-tag v-if="fieldConfig.education.visible" size="small" type="success">已启用</el-tag>
|
|
|
</span>
|
|
|
- <el-switch v-model="fieldConfig.education.visible" class="custom-switch" />
|
|
|
+ <!-- <el-switch v-model="fieldConfig.education.visible" class="custom-switch" /> -->
|
|
|
</div>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
@@ -1721,7 +1721,7 @@
|
|
|
{{ fieldConfig.work_experience.label }}
|
|
|
<el-tag v-if="fieldConfig.work_experience.visible" size="small" type="success">已启用</el-tag>
|
|
|
</span>
|
|
|
- <el-switch v-model="fieldConfig.work_experience.visible" class="custom-switch" />
|
|
|
+ <!-- <el-switch v-model="fieldConfig.work_experience.visible" class="custom-switch" /> -->
|
|
|
</div>
|
|
|
</el-col>
|
|
|
</el-row>
|