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: ``,