企业用户bug修复
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user