11
This commit is contained in:
@@ -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>({
|
||||
|
||||
Reference in New Issue
Block a user