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

@@ -6,7 +6,7 @@
width="600px"
>
<el-form :model="dataForm" :rules="dataRule" ref="dataFormRef" @keyup.enter="dataFormSubmit"
label-width="120px">
label-width="100px">
<el-form-item label="招生计划" prop="groupId">
<el-select v-model="dataForm.groupId" filterable placeholder="请选择招生计划">

View File

@@ -134,7 +134,7 @@
</el-button>
<el-button
v-auth="'recruit_recruitplanmajor_del'"
type="primary"
type="danger"
link
icon="Delete"
@click="deleteHandle(scope.row.id)"

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>