From 2fee156105c6328571199f1eb3698a80c7d04e28 Mon Sep 17 00:00:00 2001 From: AprilWind <2100166581@qq.com> Date: Fri, 19 Apr 2024 12:44:07 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E5=9C=A8=E7=BA=BF=E7=99=BB=E5=BD=95?= =?UTF-8?q?=E8=AE=BE=E5=A4=87=E7=AE=A1=E7=90=86=E5=88=A0=E9=99=A4=E6=9D=83?= =?UTF-8?q?=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/user/profile/onlineDevice.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/system/user/profile/onlineDevice.vue b/src/views/system/user/profile/onlineDevice.vue index 350a015..479e89a 100644 --- a/src/views/system/user/profile/onlineDevice.vue +++ b/src/views/system/user/profile/onlineDevice.vue @@ -17,8 +17,8 @@ @@ -39,7 +39,7 @@ const props = defineProps({ }); const devices = computed(() => props.devices); -/** 强退按钮操作 */ +/** 删除按钮操作 */ const handldDelOnline = (row: any) => { ElMessageBox.confirm('删除设备后,在该设备登录需要重新进行验证') .then(() => {