mirror of https://github.com/veops/cmdb.git
commit
b5b8f899fe
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue