| | |
| | | } else if (GenConstants.TPL_TREE.equals(tplCategory)) { |
| | | templates.add("vm/vue/index-tree.vue.vm"); |
| | | } |
| | | templates.add("vm/vue/DetailForm.vue.vm"); |
| | | return templates; |
| | | } |
| | | |
| | |
| | | fileName = StringUtils.format("{}/views/{}/{}/index.vue", vuePath, moduleName, businessName); |
| | | } else if (template.contains("index-tree.vue.vm")) { |
| | | fileName = StringUtils.format("{}/views/{}/{}/index.vue", vuePath, moduleName, businessName); |
| | | }else if (template.contains("DetailForm.vue.vm")) { |
| | | fileName = StringUtils.format("{}/views/{}/{}/DetailForm.vue", vuePath, moduleName, businessName); |
| | | } |
| | | return fileName; |
| | | } |