This commit is contained in:
dute7liang
2024-01-22 01:45:11 +08:00
parent 88dad88c49
commit 1e7924706e
53 changed files with 199 additions and 139 deletions

View File

@@ -33,6 +33,11 @@
<span>{{(pageNum - 1) * pageSize + scope.$index + 1}}</span>
</template>
</el-table-column>
<el-table-column label="用户类型" align="center" prop="userType">
<template slot-scope="scope">
<dict-tag :options="dict.type.sys_user_type" :value="scope.row.userType"/>
</template>
</el-table-column>
<el-table-column label="会话编号" align="center" prop="tokenId" :show-overflow-tooltip="true" />
<el-table-column label="登录名称" align="center" prop="userName" :show-overflow-tooltip="true" />
<el-table-column label="部门名称" align="center" prop="deptName" />
@@ -67,6 +72,7 @@ import { list, forceLogout } from "@/api/monitor/online";
export default {
name: "Online",
dicts: ['sys_common_status','sys_user_type'],
data() {
return {
// 遮罩层