From 0d1e3b653ee2c9996d0900febfe38de01d486a3d Mon Sep 17 00:00:00 2001 From: zhangsiqi <2825463979@qq.com> Date: Tue, 13 Aug 2024 19:00:51 +0800 Subject: [PATCH] =?UTF-8?q?[feat]=20=E6=96=B0=E5=A2=9E=EF=BC=9A=E6=B6=88?= =?UTF-8?q?=E6=81=AF=E6=8F=90=E9=86=92=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/templates/remind/remind.html | 129 +++++++++++++ .../main/resources/templates/remind/view.html | 180 ++++++++++++++++++ 2 files changed, 309 insertions(+) create mode 100644 ruoyi-admin/src/main/resources/templates/remind/remind.html create mode 100644 ruoyi-admin/src/main/resources/templates/remind/view.html diff --git a/ruoyi-admin/src/main/resources/templates/remind/remind.html b/ruoyi-admin/src/main/resources/templates/remind/remind.html new file mode 100644 index 00000000..8a1f547a --- /dev/null +++ b/ruoyi-admin/src/main/resources/templates/remind/remind.html @@ -0,0 +1,129 @@ + + + + + + + +
+
+
+
+
+
    +
  • + + +
  • +
  • + + +
  • +
  • + + +
  • +
  • + + +
  • +
  • + + +
  • +
  • + + + - + +
  • +
  • +  搜索 +  重置 +
  • +
+
+
+
+
+
+
+
+
+
+
+ + + + + + \ No newline at end of file diff --git a/ruoyi-admin/src/main/resources/templates/remind/view.html b/ruoyi-admin/src/main/resources/templates/remind/view.html new file mode 100644 index 00000000..b429199b --- /dev/null +++ b/ruoyi-admin/src/main/resources/templates/remind/view.html @@ -0,0 +1,180 @@ + + + + + + + + + + + + + + +
+ +
+
+
+
+
+ 我的提醒 +
+ +
+
+
+
+ +
+
+

我的提醒

+
+
+ + +
+
提醒人
+
+ +
+ +
提醒人部门
+
+ +
+ +
提醒时间
+
+ +
+
+ +
+
表单
+
+ +
+
+ +
+
提醒内容
+
+ +
+
+
+
+
+
+
+ +
+
+
+
+
+ +
+
+
+
+
+ + + + + + + + + + + + + + \ No newline at end of file