mirror of
https://github.com/imdap/ruoyi-plus-vben5.git
synced 2026-04-27 19:49:37 +08:00
fix: 补全 ComponentPropsMap 与 Vxe 表格表单链路的类型
This commit is contained in:
@@ -7,7 +7,7 @@ export type ApiComponentOptionsItem = {
|
||||
children?: ApiComponentOptionsItem[];
|
||||
disabled?: boolean;
|
||||
label?: string;
|
||||
value?: string;
|
||||
value?: number | string;
|
||||
};
|
||||
|
||||
export interface ApiComponentProps {
|
||||
|
||||
Reference in New Issue
Block a user