recruit
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user