mirror of https://github.com/veops/cmdb.git
属性库
This commit is contained in:
parent
56ef0a055a
commit
e22f45fd25
|
@ -78,7 +78,7 @@
|
|||
import { searchAttributes } from '../../api/CITypeAttr'
|
||||
import AttributeCard from './attributeCard.vue'
|
||||
export default {
|
||||
name: 'AttrbuteStore',
|
||||
name: 'AttributeStore',
|
||||
components: { AttributeCard },
|
||||
data() {
|
||||
return {
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
<a
|
||||
@click="
|
||||
() => {
|
||||
$refs.attrbuteStore.open()
|
||||
$refs.AttributeStore.open()
|
||||
}
|
||||
"
|
||||
>属性库</a
|
||||
|
@ -258,7 +258,7 @@
|
|||
</a-form>
|
||||
</CustomDrawer>
|
||||
<CMDBGrant ref="cmdbGrant" resourceType="CIType" app_id="cmdb" />
|
||||
<AttrbuteStore ref="attrbuteStore" />
|
||||
<AttributeStore ref="AttributeStore" />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
@ -286,7 +286,7 @@ import IconArea from './iconArea.vue'
|
|||
import SplitPane from '@/components/SplitPane'
|
||||
import CMDBGrant from '../../components/cmdbGrant'
|
||||
import { ops_move_icon as OpsMoveIcon } from '@/core/icons'
|
||||
import AttrbuteStore from './attrbuteStore.vue'
|
||||
import AttributeStore from './attributeStore.vue'
|
||||
|
||||
export default {
|
||||
name: 'CITypes',
|
||||
|
@ -300,7 +300,7 @@ export default {
|
|||
IconArea,
|
||||
SplitPane,
|
||||
OpsMoveIcon,
|
||||
AttrbuteStore,
|
||||
AttributeStore,
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
|
|
Loading…
Reference in New Issue