This commit is contained in:
guochunsi
2026-01-20 17:33:36 +08:00
parent 39c07a03ee
commit 48f65a6d1b
26 changed files with 946 additions and 590 deletions

View File

@@ -43,8 +43,7 @@
<el-select
v-model="scope.row.degreeOfEducation"
placeholder="请选择生源"
multiple
style="display: flex;justify-content: center;align-items: center;"
multiple
@change="updateMajor(scope.row,'degreeOfEducation')"
>
<el-option v-for="item in degreeOfEducationList" :key="item.value" :label="item.label" :value="item.value"> </el-option>