This commit is contained in:
zhoutianchi
2026-01-12 14:55:38 +08:00
parent 4b46d3cc0d
commit 9fcbfb0fd7
4 changed files with 9 additions and 12 deletions

View File

@@ -131,8 +131,7 @@
<el-table-column type="index" label="序号" width="60" align="center" />
<el-table-column prop="numId" label="编号" width="100" align="center" show-overflow-tooltip />
<el-table-column label="姓名/工号" min-width="150" align="center">
<template #default="scope">
<TeacherNameNo :name="scope.row.realName" :no="scope.row.teacherNo" />