mirror of https://github.com/veops/cmdb.git
fix(cmdb-ui):to lowercase (#406)
This commit is contained in:
parent
aa000cabe2
commit
d96d529aa9
|
@ -354,7 +354,7 @@ import CMDBGrant from '../../components/cmdbGrant'
|
||||||
import { ops_move_icon as OpsMoveIcon } from '@/core/icons'
|
import { ops_move_icon as OpsMoveIcon } from '@/core/icons'
|
||||||
import AttributeStore from './attributeStore.vue'
|
import AttributeStore from './attributeStore.vue'
|
||||||
import { getAllDepAndEmployee } from '@/api/company'
|
import { getAllDepAndEmployee } from '@/api/company'
|
||||||
import CMDBTypeSelect from '../../components/CMDBTypeSelect'
|
import CMDBTypeSelect from '../../components/cmdbTypeSelect'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'CITypes',
|
name: 'CITypes',
|
||||||
|
|
Loading…
Reference in New Issue