#for(x in prototypes) {
#if(x.isQuery==1){
#}
#}
搜索
清空
查看
编辑
删除
#for(x in prototypes) {
#if(x.isForm!=0){
#if(x.componentType=="input"){
#}else if(x.componentType=="textarea"){
#}else if(x.componentType=="select"){
#}else if(x.componentType=="tree"){
#}else if(x.componentType=="radio"){
{{item.dictValue}}
#}else if(x.componentType=="checkbox"){
{{item.dictValue}}
#}else if(x.componentType=="switch"){
#}else if(x.componentType=="date"){
#}
#}
#}