diff --git a/ZR.Admin.WebApi/wwwroot/CodeGenTemplate/TplVueSelect.txt b/ZR.Admin.WebApi/wwwroot/CodeGenTemplate/TplVueSelect.txt index cef957e..91ffb91 100644 --- a/ZR.Admin.WebApi/wwwroot/CodeGenTemplate/TplVueSelect.txt +++ b/ZR.Admin.WebApi/wwwroot/CodeGenTemplate/TplVueSelect.txt @@ -11,11 +11,9 @@ -$if(replaceDto.ShowBtnExport) 导出 -$end @@ -59,9 +57,7 @@ $end import { list${genTable.BusinessName}, get${genTable.BusinessName}, -$if(replaceDto.ShowBtnExport) export${genTable.BusinessName}, -$end } from '@/api/${tool.FirstLowerCase(genTable.ModuleName)}/${tool.FirstLowerCase(genTable.BusinessName)}.js'; export default {