Skip to content

Commit

Permalink
fix: label
Browse files Browse the repository at this point in the history
  • Loading branch information
lisonge committed Feb 25, 2024
1 parent 123cb10 commit 0edd116
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/views/DevicePage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,9 @@ const actionOptions: {
value?: string;
label: string;
}[] = [
{
label: '仅查询',
},
{
value: 'click',
label: 'click',
Expand Down Expand Up @@ -254,9 +257,6 @@ const actionOptions: {
value: 'longClickCenter',
label: 'longClickCenter',
},
{
label: '仅查询',
},
];
const clickAction = shallowReactive({
selector: ``,
Expand Down

0 comments on commit 0edd116

Please sign in to comment.