/**字段类型 */ type DictType = { label: string; value: string; elTagType: string; elTagClass: string; };