From e51001c141b6ceaf44ca921a5bb636ec540566b8 Mon Sep 17 00:00:00 2001 From: ly19960718 <1622779752@qq.com> Date: Thu, 29 Jul 2021 12:30:41 +0800 Subject: [PATCH] 1 --- .../main/resources/templates/configtable/list-field.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/module-config-table/src/main/resources/templates/configtable/list-field.html b/module-config-table/src/main/resources/templates/configtable/list-field.html index 82b82fc..62ed588 100644 --- a/module-config-table/src/main/resources/templates/configtable/list-field.html +++ b/module-config-table/src/main/resources/templates/configtable/list-field.html @@ -74,6 +74,9 @@
+
+ 基础配置 +
@@ -128,7 +131,7 @@
- +
@@ -291,6 +294,7 @@ index: 'lib/index'//主入口模块 }).use(['index', 'form', 'laydate', 'slider','laytpl'], function(){ var $ = layui.$; + var $win = $(window); var form = layui.form; var slider = layui.slider; var laytpl = layui.laytpl;