v3.4.6
This commit is contained in:
@@ -123,9 +123,10 @@ public class CodeGenTargetPathHelper
|
||||
{
|
||||
var frontendPath = Path.Combine(KeyVariable.SystemPath, "CodeGenerate", fileName, "Net");
|
||||
var indexPath = Path.Combine(frontendPath, "html", "PC", tableName, "index.vue");
|
||||
var extraForm = Path.Combine(frontendPath, "html", "PC", tableName, "extraForm.vue");
|
||||
var detailPath = Path.Combine(frontendPath, "html", "PC", tableName, "Detail.vue");
|
||||
var formPath = Path.Combine(frontendPath, "html", "PC", tableName, "Form.vue");
|
||||
var exportJsonPath = Path.Combine(frontendPath, "fff", "ExportJson.fff");
|
||||
var exportJsonPath = Path.Combine(frontendPath, "fff", "flowForm.fff");
|
||||
var columnJsonPath = Path.Combine(frontendPath, "html", "PC", tableName, "columnList.js");
|
||||
var superQueryJsonPath = Path.Combine(frontendPath, "html", "PC", tableName, "superQueryJson.js");
|
||||
var pathList = new List<string>();
|
||||
@@ -134,6 +135,7 @@ public class CodeGenTargetPathHelper
|
||||
switch (enableFlow)
|
||||
{
|
||||
case 0:
|
||||
pathList.Add(extraForm);
|
||||
if (isDetail)
|
||||
pathList.Add(detailPath);
|
||||
break;
|
||||
@@ -165,6 +167,7 @@ public class CodeGenTargetPathHelper
|
||||
{
|
||||
case 0:
|
||||
pathList.Add(Path.Combine(templatePath, "editorIndex.vue.vm"));
|
||||
pathList.Add(Path.Combine(templatePath, "extraForm.vue.vm"));
|
||||
if (isDetail)
|
||||
pathList.Add(Path.Combine(templatePath, "Detail.vue.vm"));
|
||||
break;
|
||||
@@ -278,7 +281,7 @@ public class CodeGenTargetPathHelper
|
||||
var frontendPath = Path.Combine(KeyVariable.SystemPath, "CodeGenerate", fileName, "Net");
|
||||
var indexPath = Path.Combine(frontendPath, "html", "App", tableName, "index.vue");
|
||||
var formPath = Path.Combine(frontendPath, "html", "App", tableName, "form.vue");
|
||||
var detailPath = Path.Combine(frontendPath, "html", "App", tableName, "Detail.vue");
|
||||
var detailPath = Path.Combine(frontendPath, "html", "App", tableName, "detail.vue");
|
||||
var columnJsonPath = Path.Combine(frontendPath, "html", "App", tableName, "columnList.js");
|
||||
var pathList = new List<string>();
|
||||
switch (webType)
|
||||
|
||||
Reference in New Issue
Block a user