From 66bfff450cdd9258845b29946d70844a99389dcf Mon Sep 17 00:00:00 2001 From: "Michelle.Chung" <1242874891@qq.com> Date: Mon, 23 Oct 2023 20:32:38 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E6=9B=B4=E6=96=B0=20logininfor/index,?= =?UTF-8?q?=20online/index=20=E5=AD=97=E6=AE=B5=E6=98=BE=E7=A4=BA=20(?= =?UTF-8?q?=E5=AE=A2=E6=88=B7=E7=AB=AF,=20=E8=AE=BE=E5=A4=87=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B)=20;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/monitor/logininfor/index.vue | 7 +++++++ src/views/monitor/online/index.vue | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/src/views/monitor/logininfor/index.vue b/src/views/monitor/logininfor/index.vue index 38ab1ad..067790e 100644 --- a/src/views/monitor/logininfor/index.vue +++ b/src/views/monitor/logininfor/index.vue @@ -76,6 +76,12 @@ sortable="custom" :sort-orders="['descending', 'ascending']" /> + + + + @@ -103,6 +109,7 @@ import { list, delLoginInfo, cleanLoginInfo, unlockLoginInfo } from "@/api/monit import { LoginInfoQuery, LoginInfoVO } from "@/api/monitor/loginInfo/types"; const { proxy } = getCurrentInstance() as ComponentInternalInstance; +const { sys_device_type } = toRefs(proxy?.useDict("sys_device_type")); const { sys_common_status } = toRefs(proxy?.useDict("sys_common_status")); const loginInfoList = ref([]); diff --git a/src/views/monitor/online/index.vue b/src/views/monitor/online/index.vue index ddbd385..1a25dc5 100644 --- a/src/views/monitor/online/index.vue +++ b/src/views/monitor/online/index.vue @@ -29,6 +29,12 @@ + + + + @@ -59,6 +65,7 @@ import { forceLogout, list as initData } from "@/api/monitor/online"; import { OnlineQuery, OnlineVO } from "@/api/monitor/online/types"; const { proxy } = getCurrentInstance() as ComponentInternalInstance; +const { sys_device_type } = toRefs(proxy?.useDict("sys_device_type")); const onlineList = ref([]); const loading = ref(true);