Add parameter condition & dynamic behavior limit option

This commit is contained in:
2022-04-10 17:46:24 +08:00
parent 3351769106
commit 9979203fda
3 changed files with 43 additions and 16 deletions
+5
View File
@@ -115,6 +115,11 @@ interface IParameterOptionItem<T extends IParamType = IParamType> {
*/
colorNormal?: boolean;
/**
* 显示条件
*/
condition?: {key: string, value: any};
/**
* 全部选项
*/