企业用户bug修复

This commit is contained in:
冯辉
2025-11-13 19:28:00 +08:00
parent 1863cd8f62
commit 4ab0bc2f6e
8 changed files with 221 additions and 47 deletions

View File

@@ -103,7 +103,7 @@
</view>
<view class="content-input" @click="changeEducation">
<view class="input-titile">学历</view>
<input class="input-con" v-model="state.educationText" disabled placeholder="本科" />
<input class="input-con" v-model="state.educationText" disabled placeholder="请选择学历" />
</view>
<view class="content-input" :class="{ 'input-error': idCardError }">
<view class="input-titile">身份证</view>
@@ -279,7 +279,7 @@ const state = reactive({
workExperience: '',
salayText: '',
jobsText: [],
skills: [], // 新的技能数据结构
skills: [], // 技能数据结构 { name, level }
currentEditingSkillIndex: -1 // 当前正在编辑的技能索引
});
const fromValue = reactive({