From 8d9d40a0b6d67a267a7c9e18026fa83a78fed4e8 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: Mon, 18 Apr 2022 20:02:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9vue3=E6=A8=A1=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ZR.Admin.WebApi/wwwroot/CodeGenTemplate/v3/Vue.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/ZR.Admin.WebApi/wwwroot/CodeGenTemplate/v3/Vue.txt b/ZR.Admin.WebApi/wwwroot/CodeGenTemplate/v3/Vue.txt index 09785f1..dfe7f38 100644 --- a/ZR.Admin.WebApi/wwwroot/CodeGenTemplate/v3/Vue.txt +++ b/ZR.Admin.WebApi/wwwroot/CodeGenTemplate/v3/Vue.txt @@ -38,30 +38,30 @@ $end $end - 搜索 - 重置 + 搜索 + 重置 $if(replaceDto.ShowBtnAdd) - 新增 + 新增 $end $if(replaceDto.ShowBtnEdit) - 修改 + 修改 $end $if(replaceDto.ShowBtnDelete) - 删除 + 删除 $end $if(replaceDto.ShowBtnExport) - 导出 + 导出 $end @@ -97,7 +97,7 @@ $elseif(column.HtmlType == "imageUpload")