fix: dict

This commit is contained in:
xingyu4j
2022-11-15 09:17:26 +08:00
parent 3b107f56a0
commit 716266693b
4 changed files with 12 additions and 17 deletions

View File

@ -3,10 +3,10 @@ import { store } from '../index'
import { DictDataVO } from '@/api/system/dict/types'
export interface DictValueType {
value: string | number | boolean
value: string
label: string
clorType: string
cssClass: string
clorType?: string
cssClass?: string
}
export interface DictTypeType {
dictType: string