From 0edd1161ac6a0a71b2613359e01794aca2f6c01e Mon Sep 17 00:00:00 2001 From: lisonge Date: Sun, 25 Feb 2024 23:09:46 +0800 Subject: [PATCH] fix: label --- src/views/DevicePage.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/DevicePage.vue b/src/views/DevicePage.vue index a96d240..6d10823 100644 --- a/src/views/DevicePage.vue +++ b/src/views/DevicePage.vue @@ -226,6 +226,9 @@ const actionOptions: { value?: string; label: string; }[] = [ + { + label: '仅查询', + }, { value: 'click', label: 'click', @@ -254,9 +257,6 @@ const actionOptions: { value: 'longClickCenter', label: 'longClickCenter', }, - { - label: '仅查询', - }, ]; const clickAction = shallowReactive({ selector: ``,