/**字段类型 */ type DictType = { label: string; value: string; tagType?: string; tagClass?: string; };