mirror of
https://github.com/veops/cmdb.git
synced 2025-08-08 12:37:14 +08:00
fix(ui): lint error
This commit is contained in:
@@ -311,7 +311,7 @@
|
|||||||
theme="filled"
|
theme="filled"
|
||||||
@click="
|
@click="
|
||||||
(e) => {
|
(e) => {
|
||||||
e.stopPropagation()
|
e.stopPropagation()
|
||||||
e.preventDefault()
|
e.preventDefault()
|
||||||
}
|
}
|
||||||
"
|
"
|
||||||
|
@@ -304,7 +304,7 @@
|
|||||||
theme="filled"
|
theme="filled"
|
||||||
@click="
|
@click="
|
||||||
(e) => {
|
(e) => {
|
||||||
e.stopPropagation()
|
e.stopPropagation()
|
||||||
e.preventDefault()
|
e.preventDefault()
|
||||||
}
|
}
|
||||||
"
|
"
|
||||||
|
@@ -84,7 +84,7 @@
|
|||||||
show-search
|
show-search
|
||||||
optionFilterProp="title"
|
optionFilterProp="title"
|
||||||
>
|
>
|
||||||
<a-select-option
|
<a-select-option
|
||||||
v-for="attr in filterAttributes(row.isParent ? row.attributes : attributes)"
|
v-for="attr in filterAttributes(row.isParent ? row.attributes : attributes)"
|
||||||
:key="attr.id"
|
:key="attr.id"
|
||||||
:value="attr.id"
|
:value="attr.id"
|
||||||
|
Reference in New Issue
Block a user