管道气线

This commit is contained in:
‘huanghaiixia’
2025-10-27 15:24:17 +08:00
parent 231ba89c53
commit fc3e7c10b7
16 changed files with 297 additions and 81 deletions

View File

@ -616,6 +616,7 @@ export function buildAppComponentType(type: string): AppComponentType {
return AppComponentType.select;
case 'area':
case 'areacascader':
case 'cascader':
return AppComponentType.cascader;