From 118cc8be0b4c631aa84d122176b80a59b2871910 Mon Sep 17 00:00:00 2001 From: yangsy Date: Mon, 29 Dec 2025 14:03:13 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E6=98=8E=E7=A1=AE=E6=89=80?= =?UTF-8?q?=E6=9C=89=20`stationCode`=20=E5=8F=82=E6=95=B0=E7=9A=84?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/device/device-tree/device-tree.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/device/device-tree/device-tree.vue b/src/components/device/device-tree/device-tree.vue index 721e0be..ddb3a9b 100644 --- a/src/components/device/device-tree/device-tree.vue +++ b/src/components/device/device-tree/device-tree.vue @@ -252,7 +252,7 @@ const renderIcmpStatistics = (onlineCount: number, offlineCount: number, count: ]); }; const renderDeviceNodePrefix = (device: NdmDeviceResultVO, stationCode: Station['code']) => { - const renderViewDeviceButton = (device: NdmDeviceResultVO, stationCode: string) => { + const renderViewDeviceButton = (device: NdmDeviceResultVO, stationCode: Station['code']) => { if (!devicePrefixLabel.value) return null; return h( NButton,