From 1dfa65b694e66d225ecec93f3fd30534b57deaae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=8D=E5=81=9A=E7=A0=81=E5=86=9C?= <599854767@qq.com> Date: Thu, 17 Mar 2022 22:06:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E7=94=9F=E6=88=90=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E6=A8=A1=E6=9D=BF=E6=96=B0=E5=A2=9E=E5=AF=BC=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ZR.Admin.WebApi/wwwroot/CodeGenTemplate/TplVueSelect.txt | 4 ---- 1 file changed, 4 deletions(-) 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 {