From 128854f6afce16d8574463d70eea455376fa733e Mon Sep 17 00:00:00 2001 From: ly19960718 <1622779752@qq.com> Date: Mon, 2 Aug 2021 11:21:53 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A8=E5=8D=95=E5=B8=83=E5=B1=80=20?= =?UTF-8?q?=E5=B1=9E=E6=80=A7=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/configtable/field-date.html | 105 ++++++++++++++++++ .../templates/configtable/field-file.html | 79 +++++++++++++ 2 files changed, 184 insertions(+) create mode 100644 module-config-table/src/main/resources/templates/configtable/field-date.html create mode 100644 module-config-table/src/main/resources/templates/configtable/field-file.html diff --git a/module-config-table/src/main/resources/templates/configtable/field-date.html b/module-config-table/src/main/resources/templates/configtable/field-date.html new file mode 100644 index 0000000..cd39f50 --- /dev/null +++ b/module-config-table/src/main/resources/templates/configtable/field-date.html @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + +
+
+ 附加配置 +
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
+ +
+ +
+
+ +
+ + + + + + + \ No newline at end of file diff --git a/module-config-table/src/main/resources/templates/configtable/field-file.html b/module-config-table/src/main/resources/templates/configtable/field-file.html new file mode 100644 index 0000000..39cbf6f --- /dev/null +++ b/module-config-table/src/main/resources/templates/configtable/field-file.html @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + +
+
+ 附加配置 +
+
+ +
+ +
+
+
+ + + + + + + \ No newline at end of file