Files
fe.ems.vue3/src/typings/dict.d.ts
2024-06-18 10:23:09 +08:00

8 lines
115 B
TypeScript

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