|
@@ -184,6 +184,8 @@ public class VelocityUtils {
|
|
|
fileName = StringUtils.format("{}/views/{}/{}/index.vue", vuePath, moduleName, businessName);
|
|
fileName = StringUtils.format("{}/views/{}/{}/index.vue", vuePath, moduleName, businessName);
|
|
|
} else if (template.contains("index-tree.vue.vm")) {
|
|
} else if (template.contains("index-tree.vue.vm")) {
|
|
|
fileName = StringUtils.format("{}/views/{}/{}/index.vue", vuePath, moduleName, businessName);
|
|
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;
|
|
return fileName;
|
|
|
}
|
|
}
|