+
+
+
+
+
信息框
+
+
+
通过调用$.modal.alert()
实现。
+
+
+
+
+
+
+
+
+
+
+
+
提示框
+
+
+
通过调用$.modal.msg()
实现。
+
+
+
+
+
+
+
+
+
+
+
+
+
+
询问框
+
+
+
通过调用$.modal.confirm()
实现。
+
+
+
+
+
+
+
+
+
消息提示并刷新父窗体
+
+
+
通过调用$.modal.msgReload()
实现。
+
+
+
+
+
+
+
+
+
普通弹出层
+
+
+
通过调用$.modal.open()
实现。
+
+
+
+
+
+
+
+
+
+
+
+
+
选卡页方式
+
+
+
通过调用$.modal.openTab()
实现。
+
+
+
+
+
+
+
+
+
+
其他内容
+
+
+
通过调用layer
实现。
+
+
+
+
+
+
+
+
+
+
+
遮罩层
+
+
+
通过调用blockUI
实现。
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/ruoyi-admin/src/main/resources/templates/demo/modal/table.html b/ruoyi-admin/src/main/resources/templates/demo/modal/table.html
new file mode 100644
index 000000000..e93131830
--- /dev/null
+++ b/ruoyi-admin/src/main/resources/templates/demo/modal/table.html
@@ -0,0 +1,56 @@
+
+
+
+
+
+
+
+
+
+
+
+
弹层框
+
+
+
弹出复选框表格及单选框表格(点击提交后得到数据)。
+
+
+
+
+
+
+
+
+
弹层框
+
+
+
弹出复选框表格及单选框表格(点击提交后得到数据并回显到父窗体)。
+
+
+
+
+
+
+
+
+
+
+
diff --git a/ruoyi-admin/src/main/resources/templates/demo/modal/table/check.html b/ruoyi-admin/src/main/resources/templates/demo/modal/table/check.html
new file mode 100644
index 000000000..cf8d178d1
--- /dev/null
+++ b/ruoyi-admin/src/main/resources/templates/demo/modal/table/check.html
@@ -0,0 +1,86 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ruoyi-admin/src/main/resources/templates/demo/modal/table/parent.html b/ruoyi-admin/src/main/resources/templates/demo/modal/table/parent.html
new file mode 100644
index 000000000..14f59dcc7
--- /dev/null
+++ b/ruoyi-admin/src/main/resources/templates/demo/modal/table/parent.html
@@ -0,0 +1,90 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ruoyi-admin/src/main/resources/templates/demo/modal/table/radio.html b/ruoyi-admin/src/main/resources/templates/demo/modal/table/radio.html
new file mode 100644
index 000000000..4c9607dfc
--- /dev/null
+++ b/ruoyi-admin/src/main/resources/templates/demo/modal/table/radio.html
@@ -0,0 +1,86 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ruoyi-admin/src/main/resources/templates/demo/operate/add.html b/ruoyi-admin/src/main/resources/templates/demo/operate/add.html
new file mode 100644
index 000000000..dcee93d5f
--- /dev/null
+++ b/ruoyi-admin/src/main/resources/templates/demo/operate/add.html
@@ -0,0 +1,78 @@
+
+
+
+
+
+
+
+
+
+
+
diff --git a/ruoyi-admin/src/main/resources/templates/demo/operate/detail.html b/ruoyi-admin/src/main/resources/templates/demo/operate/detail.html
new file mode 100644
index 000000000..42eda918c
--- /dev/null
+++ b/ruoyi-admin/src/main/resources/templates/demo/operate/detail.html
@@ -0,0 +1,69 @@
+
+
+
+
+
+
+
+
+
+
+
diff --git a/ruoyi-admin/src/main/resources/templates/demo/operate/edit.html b/ruoyi-admin/src/main/resources/templates/demo/operate/edit.html
new file mode 100644
index 000000000..d7d87fcfb
--- /dev/null
+++ b/ruoyi-admin/src/main/resources/templates/demo/operate/edit.html
@@ -0,0 +1,79 @@
+
+
+
+
+
+
+
+
+
+
+
diff --git a/ruoyi-admin/src/main/resources/templates/demo/operate/other.html b/ruoyi-admin/src/main/resources/templates/demo/operate/other.html
new file mode 100644
index 000000000..3887c4c23
--- /dev/null
+++ b/ruoyi-admin/src/main/resources/templates/demo/operate/other.html
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ruoyi-admin/src/main/resources/templates/demo/operate/table.html b/ruoyi-admin/src/main/resources/templates/demo/operate/table.html
new file mode 100644
index 000000000..aff8c139e
--- /dev/null
+++ b/ruoyi-admin/src/main/resources/templates/demo/operate/table.html
@@ -0,0 +1,123 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ruoyi-admin/src/main/resources/templates/demo/table/button.html b/ruoyi-admin/src/main/resources/templates/demo/table/button.html
new file mode 100644
index 000000000..bd87d27c0
--- /dev/null
+++ b/ruoyi-admin/src/main/resources/templates/demo/table/button.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ruoyi-admin/src/main/resources/templates/demo/table/detail.html b/ruoyi-admin/src/main/resources/templates/demo/table/detail.html
new file mode 100644
index 000000000..a51c634be
--- /dev/null
+++ b/ruoyi-admin/src/main/resources/templates/demo/table/detail.html
@@ -0,0 +1,86 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ruoyi-admin/src/main/resources/templates/demo/table/event.html b/ruoyi-admin/src/main/resources/templates/demo/table/event.html
new file mode 100644
index 000000000..89f7f2a86
--- /dev/null
+++ b/ruoyi-admin/src/main/resources/templates/demo/table/event.html
@@ -0,0 +1,107 @@
+
+
+
+
+
+
+
+
+
+
自定义触发事件(点击某行/双击某行/单击某格/双击某格/服务器发送数据前触发/数据被加载时触发)
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ruoyi-admin/src/main/resources/templates/demo/table/export.html b/ruoyi-admin/src/main/resources/templates/demo/table/export.html
new file mode 100644
index 000000000..85ba38d30
--- /dev/null
+++ b/ruoyi-admin/src/main/resources/templates/demo/table/export.html
@@ -0,0 +1,80 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ruoyi-admin/src/main/resources/templates/demo/table/fixedColumns.html b/ruoyi-admin/src/main/resources/templates/demo/table/fixedColumns.html
new file mode 100644
index 000000000..588635c58
--- /dev/null
+++ b/ruoyi-admin/src/main/resources/templates/demo/table/fixedColumns.html
@@ -0,0 +1,143 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ruoyi-admin/src/main/resources/templates/demo/table/footer.html b/ruoyi-admin/src/main/resources/templates/demo/table/footer.html
new file mode 100644
index 000000000..225d12dae
--- /dev/null
+++ b/ruoyi-admin/src/main/resources/templates/demo/table/footer.html
@@ -0,0 +1,83 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ruoyi-admin/src/main/resources/templates/demo/table/groupHeader.html b/ruoyi-admin/src/main/resources/templates/demo/table/groupHeader.html
new file mode 100644
index 000000000..b7b3903ec
--- /dev/null
+++ b/ruoyi-admin/src/main/resources/templates/demo/table/groupHeader.html
@@ -0,0 +1,80 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ruoyi-admin/src/main/resources/templates/demo/table/image.html b/ruoyi-admin/src/main/resources/templates/demo/table/image.html
new file mode 100644
index 000000000..0a8a2c486
--- /dev/null
+++ b/ruoyi-admin/src/main/resources/templates/demo/table/image.html
@@ -0,0 +1,80 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ruoyi-admin/src/main/resources/templates/demo/table/multi.html b/ruoyi-admin/src/main/resources/templates/demo/table/multi.html
new file mode 100644
index 000000000..43331e02b
--- /dev/null
+++ b/ruoyi-admin/src/main/resources/templates/demo/table/multi.html
@@ -0,0 +1,150 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ruoyi-admin/src/main/resources/templates/demo/table/other.html b/ruoyi-admin/src/main/resources/templates/demo/table/other.html
new file mode 100644
index 000000000..e9ed0ac49
--- /dev/null
+++ b/ruoyi-admin/src/main/resources/templates/demo/table/other.html
@@ -0,0 +1,106 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ruoyi-admin/src/main/resources/templates/demo/table/pageGo.html b/ruoyi-admin/src/main/resources/templates/demo/table/pageGo.html
new file mode 100644
index 000000000..9eab0de97
--- /dev/null
+++ b/ruoyi-admin/src/main/resources/templates/demo/table/pageGo.html
@@ -0,0 +1,77 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ruoyi-admin/src/main/resources/templates/demo/table/params.html b/ruoyi-admin/src/main/resources/templates/demo/table/params.html
new file mode 100644
index 000000000..7193af190
--- /dev/null
+++ b/ruoyi-admin/src/main/resources/templates/demo/table/params.html
@@ -0,0 +1,158 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ruoyi-admin/src/main/resources/templates/demo/table/remember.html b/ruoyi-admin/src/main/resources/templates/demo/table/remember.html
new file mode 100644
index 000000000..ca175863f
--- /dev/null
+++ b/ruoyi-admin/src/main/resources/templates/demo/table/remember.html
@@ -0,0 +1,89 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ruoyi-admin/src/main/resources/templates/demo/table/search.html b/ruoyi-admin/src/main/resources/templates/demo/table/search.html
new file mode 100644
index 000000000..210b58b0b
--- /dev/null
+++ b/ruoyi-admin/src/main/resources/templates/demo/table/search.html
@@ -0,0 +1,168 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/ruoyi-admin/src/main/resources/templates/include.html b/ruoyi-admin/src/main/resources/templates/include.html
index 0325d3fcb..292c8cc0d 100644
--- a/ruoyi-admin/src/main/resources/templates/include.html
+++ b/ruoyi-admin/src/main/resources/templates/include.html
@@ -39,8 +39,8 @@
-
-
+
+
@@ -103,10 +103,52 @@