diff --git a/ZR.Admin.WebApi/wwwroot/CodeGenTemplate/v3/TreeVue.txt b/ZR.Admin.WebApi/wwwroot/CodeGenTemplate/v3/TreeVue.txt index 2b888d6..76ed5c2 100644 --- a/ZR.Admin.WebApi/wwwroot/CodeGenTemplate/v3/TreeVue.txt +++ b/ZR.Admin.WebApi/wwwroot/CodeGenTemplate/v3/TreeVue.txt @@ -197,7 +197,7 @@ $elseif(tool.CheckTree(genTable ,column.CsharpField)) $elseif(column.IsPK || column.IsIncrement) - + $if(column.IsIncrement == false) @@ -208,13 +208,13 @@ $end $else $if(column.HtmlType == "inputNumber") - + $elseif(column.HtmlType == "datetime") - + @@ -232,7 +232,7 @@ $elseif(column.HtmlType == "fileUpload") $elseif(column.HtmlType == "radio") - + {{item.dictLabel}} @@ -252,7 +252,7 @@ $elseif(column.HtmlType == "editor") $elseif(column.HtmlType == "select" || column.HtmlType == "selectMulti") - + @@ -268,7 +268,7 @@ $elseif(column.HtmlType == "checkbox") $else - + @@ -301,10 +301,8 @@ import Editor from '@/components/Editor' $end const { proxy } = getCurrentInstance() -// 是否展开,默认全部折叠 const isExpandAll = ref(false) const refreshTable = ref(true) -// 展开/折叠操作 function toggleExpandAll() { refreshTable.value = false isExpandAll.value = !isExpandAll.value