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