From 7a6fbcda40b30800e5e324ddff157ad1bccca8c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=BF=97=E6=B5=A9?= <5601808+su_zhi_hao@user.noreply.gitee.com> Date: Thu, 31 Aug 2023 11:41:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E7=94=9F=E6=88=90=E5=99=A8?= =?UTF-8?q?=E5=A2=9E=E5=BC=BA-=E5=88=97=E8=A1=A8=E9=A1=B5=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E5=85=B3=E9=97=AD=E6=8C=89=E9=92=AE=E3=80=81=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E6=8C=89=E5=88=9B=E5=BB=BA=E6=97=B6=E9=97=B4=E5=80=92?= =?UTF-8?q?=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-generator/src/main/resources/vm/html/list.html.vm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ruoyi-generator/src/main/resources/vm/html/list.html.vm b/ruoyi-generator/src/main/resources/vm/html/list.html.vm index a7021a371..3d2abf5f0 100644 --- a/ruoyi-generator/src/main/resources/vm/html/list.html.vm +++ b/ruoyi-generator/src/main/resources/vm/html/list.html.vm @@ -78,6 +78,9 @@ 导出 + + 关闭 +
@@ -102,6 +105,8 @@ updateUrl: prefix + "/edit/{id}", removeUrl: prefix + "/remove", exportUrl: prefix + "/export", + sortName: "createTime", + sortOrder: "desc", modalName: "${functionName}", columns: [{ checkbox: true