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 { searchAttributes } from '../../api/CITypeAttr'
|
||||||
import AttributeCard from './attributeCard.vue'
|
import AttributeCard from './attributeCard.vue'
|
||||||
export default {
|
export default {
|
||||||
name: 'AttrbuteStore',
|
name: 'AttributeStore',
|
||||||
components: { AttributeCard },
|
components: { AttributeCard },
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
<a
|
<a
|
||||||
@click="
|
@click="
|
||||||
() => {
|
() => {
|
||||||
$refs.attrbuteStore.open()
|
$refs.AttributeStore.open()
|
||||||
}
|
}
|
||||||
"
|
"
|
||||||
>属性库</a
|
>属性库</a
|
||||||
|
@ -258,7 +258,7 @@
|
||||||
</a-form>
|
</a-form>
|
||||||
</CustomDrawer>
|
</CustomDrawer>
|
||||||
<CMDBGrant ref="cmdbGrant" resourceType="CIType" app_id="cmdb" />
|
<CMDBGrant ref="cmdbGrant" resourceType="CIType" app_id="cmdb" />
|
||||||
<AttrbuteStore ref="attrbuteStore" />
|
<AttributeStore ref="AttributeStore" />
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
@ -286,7 +286,7 @@ import IconArea from './iconArea.vue'
|
||||||
import SplitPane from '@/components/SplitPane'
|
import SplitPane from '@/components/SplitPane'
|
||||||
import CMDBGrant from '../../components/cmdbGrant'
|
import CMDBGrant from '../../components/cmdbGrant'
|
||||||
import { ops_move_icon as OpsMoveIcon } from '@/core/icons'
|
import { ops_move_icon as OpsMoveIcon } from '@/core/icons'
|
||||||
import AttrbuteStore from './attrbuteStore.vue'
|
import AttributeStore from './attributeStore.vue'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'CITypes',
|
name: 'CITypes',
|
||||||
|
@ -300,7 +300,7 @@ export default {
|
||||||
IconArea,
|
IconArea,
|
||||||
SplitPane,
|
SplitPane,
|
||||||
OpsMoveIcon,
|
OpsMoveIcon,
|
||||||
AttrbuteStore,
|
AttributeStore,
|
||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
|
|
Loading…
Reference in New Issue