This commit is contained in:
2026-01-21 19:21:42 +08:00
parent e70b1bd306
commit b350322626
4 changed files with 36 additions and 45 deletions

View File

@@ -26,6 +26,12 @@
<span style="margin-left: 4px">管理员工号</span>
</template>
</el-table-column>
<el-table-column prop="realName" label="管理员姓名" show-overflow-tooltip align="center">
<template #header>
<el-icon><UserFilled /></el-icon>
<span style="margin-left: 4px">管理员姓名</span>
</template>
</el-table-column>
<el-table-column label="操作" width="100" align="center" fixed="right">
<template #header>
<el-icon><Setting /></el-icon>
@@ -57,7 +63,7 @@ import { reactive } from 'vue'
import { BasicTableProps, useTable } from "/@/hooks/table";
import { fetchList, delObjs } from "/@/api/stuwork/dormbuildingmanger";
import { useMessage, useMessageBox } from "/@/hooks/message";
import { List, OfficeBuilding, CreditCard, Setting } from '@element-plus/icons-vue'
import { List, OfficeBuilding, CreditCard, UserFilled, Setting } from '@element-plus/icons-vue'
// 配置 useTable
const state: BasicTableProps = reactive<BasicTableProps>({