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

@@ -63,9 +63,9 @@
>
<el-table-column type="index" label="序号" width="60" align="center" />
<el-table-column prop="schoolName" label="学校名称" align="center" show-overflow-tooltip />
<el-table-column prop="xy" label="对接学院" align="center" show-overflow-tooltip>
<el-table-column prop="deptCode" label="对接学院" align="center" show-overflow-tooltip>
<template #default="scope">
{{ getDeptName(scope.row.xy) }}
{{ getDeptName(scope.row.deptCode) }}
</template>
</el-table-column>
<el-table-column prop="area" label="所在区" align="center" show-overflow-tooltip>