Merge pull request #555 from veops/fix_ui_lint

fix(ui): lint error
This commit is contained in:
Leo Song 2024-06-18 11:42:53 +08:00 committed by GitHub
commit b5b8f899fe
3 changed files with 4 additions and 4 deletions

View File

@ -311,7 +311,7 @@
theme="filled"
@click="
(e) => {
e.stopPropagation()
e.stopPropagation()
e.preventDefault()
}
"

View File

@ -304,7 +304,7 @@
theme="filled"
@click="
(e) => {
e.stopPropagation()
e.stopPropagation()
e.preventDefault()
}
"

View File

@ -84,7 +84,7 @@
show-search
optionFilterProp="title"
>
<a-select-option
<a-select-option
v-for="attr in filterAttributes(row.isParent ? row.attributes : attributes)"
:key="attr.id"
:value="attr.id"