| | |
| | | for (FieldSetEntity setEntity : parentGroup) { |
| | | //找到属性名称= __vModel__ |
| | | String propertyName = setEntity.getString("property_name"); |
| | | if ("componentType".equals(propertyName)) { |
| | | if ("componentType".equals(propertyName) || "prompt".equals(propertyName)) { |
| | | continue; |
| | | } |
| | | if ("parentType".equals(propertyName) && "subTable".equals(setEntity.getString("property_value")) && subTableField != null) { |
| | |
| | | for (FieldSetEntity setEntity : configGroup) { |
| | | //找到属性名称= __vModel__ |
| | | String propertyName = setEntity.getString("property_name"); |
| | | if ("componentType".equals(propertyName)) { |
| | | if ("componentType".equals(propertyName) || "prompt".equals(propertyName)) { |
| | | continue; |
| | | } |
| | | if ("tag".equals(propertyName)) { |