fix(cmdb-ui):to lowercase (#406)

This commit is contained in:
dagongren 2024-03-01 13:52:30 +08:00 committed by GitHub
parent 09376dbd2b
commit e045e0fb43
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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',