From 48590cda977fc46e7294b5df1eb2e93a4ba0a914 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A7=E6=B5=B7=E6=97=A0=E9=87=8F?= <7460656+boundless-sea@user.noreply.gitee.com> Date: Sun, 26 Apr 2020 13:33:29 +0800 Subject: [PATCH] =?UTF-8?q?update=20admin-core/src/main/resources/codeTemp?= =?UTF-8?q?late/html/index.html.=20=E6=AD=A4=E5=A4=84=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=E8=A7=A3=E5=86=B3=20=E4=BB=A3=E7=A0=81=E7=94=9F?= =?UTF-8?q?=E6=88=90index.html=E5=90=8E=20=E6=8E=88=E6=9D=83=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E7=9A=84function=E5=86=85=E5=AE=B9=20=20=E4=B8=8E=20c?= =?UTF-8?q?ore=5Ffunction=20=E4=B8=AD=E5=8A=9F=E8=83=BD=E7=82=B9=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E4=B8=8D=E4=B8=80=E8=87=B4=E5=AF=BC=E8=87=B4=E6=8E=88?= =?UTF-8?q?=E6=9D=83=E7=94=A8=E6=88=B7=E6=97=A0=E6=B3=95=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E6=9D=83=E9=99=90=E6=8C=89=E9=92=AE=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin-core/src/main/resources/codeTemplate/html/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/admin-core/src/main/resources/codeTemplate/html/index.html b/admin-core/src/main/resources/codeTemplate/html/index.html index 327a83f3..0beee1b6 100644 --- a/admin-core/src/main/resources/codeTemplate/html/index.html +++ b/admin-core/src/main/resources/codeTemplate/html/index.html @@ -3,9 +3,9 @@
- 增加 - 编辑 - 删除 + 增加 + 编辑 + 删除 @if(entity.includeExcel){ 导出 导入 -- Gitee