This commit is contained in:
zhoutianchi
2026-01-16 13:59:22 +08:00
parent 80a86a2140
commit 1ea71a9eb4
12 changed files with 68 additions and 64 deletions

View File

@@ -20,8 +20,8 @@
</el-option>
</el-select>
</el-form-item>
<el-form-item label="学院" prop="xy">
<el-select v-model="dataForm.xy" filterable clearable placeholder="请选择学院">
<el-form-item label="学院" prop="deptCode">
<el-select v-model="dataForm.deptCode" filterable clearable placeholder="请选择学院">
<el-option
v-for="item in deptList"
:key="item.deptCode"
@@ -295,13 +295,13 @@
</template>
</el-table-column>
<el-table-column
prop="xy"
prop="deptCode"
header-align="center"
align="center"
label="学院">
<template #default="scope">
<span v-if="scope.row.auditStatus==20">{{getLabelValueByPropes(deptList,scope.row.xy,{'key':'deptCode','value':'deptName'})}}</span>
<span v-if="scope.row.auditStatus==20">{{getLabelValueByPropes(deptList,scope.row.deptCode,{'key':'deptCode','value':'deptName'})}}</span>
</template>
</el-table-column>
<el-table-column
@@ -566,7 +566,7 @@ const changeForm = reactive({
const dataForm = reactive({
groupId: '',
xy: "",
deptCode: "",
confirmedMajor: "",
degreeOfEducation: "",
isAccommodation: "",