feat: 新增很多页面

This commit is contained in:
2026-01-14 01:06:25 +08:00
parent d437b4eded
commit 18f0fbce15
46 changed files with 7926 additions and 10 deletions

View File

@@ -9,7 +9,7 @@
:data="detailList"
v-loading="loading"
border
:cell-style="{ textAlign: 'center' }"
:cell-style="{ textAlign: 'center' }"
:header-cell-style="{ textAlign: 'center', background: 'var(--el-table-row-hover-bg-color)' }">
<el-table-column type="index" label="序号" width="60" align="center" />
<el-table-column prop="teacherNoVal" label="教师工号" show-overflow-tooltip />
@@ -24,7 +24,7 @@
<el-button
icon="Edit"
text
type="primary"
type="primary"
@click="handleEdit(scope.row)">
编辑
</el-button>