|
@@ -41,8 +41,7 @@
|
|
<span class="color6 font15">{{ getText(item.educationSystemType, dictItemsObj.educationSystemType) }}</span>
|
|
<span class="color6 font15">{{ getText(item.educationSystemType, dictItemsObj.educationSystemType) }}</span>
|
|
</div>
|
|
</div>
|
|
<div class="level3">
|
|
<div class="level3">
|
|
- <span class="color6 font15">在校经历:</span>
|
|
|
|
- <span class="color6 font15">{{ item.content }}</span>
|
|
|
|
|
|
+ <span class="color6 font15">在校经历:{{ item.content }}</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@@ -90,9 +89,6 @@ const debouncedCallbackMajor = debounce(newValue => {
|
|
getMajorListData(newValue)
|
|
getMajorListData(newValue)
|
|
}, 500)
|
|
}, 500)
|
|
|
|
|
|
-// const handleChangeSchool = () => {}
|
|
|
|
-// const handleChangeMajor = () => {}
|
|
|
|
-
|
|
|
|
const formItems = ref({
|
|
const formItems = ref({
|
|
options: [
|
|
options: [
|
|
{
|
|
{
|