feat: 新增很多页面
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user