From 80a60e37afde959779b34b0bf4a39f7c332c60c4 Mon Sep 17 00:00:00 2001 From: MichaelWin Date: Tue, 4 Nov 2025 00:00:51 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BC=98=E5=8C=96=E3=80=91=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E7=BB=84=E4=BB=B6=E4=BC=98=E5=8C=96=EF=BC=8C=E6=8F=90?= =?UTF-8?q?=E5=8D=87=E5=8A=A0=E8=BD=BD=E9=80=9F=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/admin/biz/feedback/index.html | 579 ++++++++++++++++++ .../admin/biz/privacyPolicy/index.html | 1 - .../templates/admin/biz/tutorial/index.html | 1 - 3 files changed, 579 insertions(+), 2 deletions(-) create mode 100644 src/main/resources/templates/admin/biz/feedback/index.html diff --git a/src/main/resources/templates/admin/biz/feedback/index.html b/src/main/resources/templates/admin/biz/feedback/index.html new file mode 100644 index 0000000..201b23c --- /dev/null +++ b/src/main/resources/templates/admin/biz/feedback/index.html @@ -0,0 +1,579 @@ + + + + + + 反馈管理 + + + + + + + +
+
+

反馈管理

+ + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + 名称是否显示创建时间操作
+
+
+ Loading... +
+

加载中,请稍候...

+
+
+
+ +
暂无匹配数据
+

请尝试调整搜索条件或重置查询

+
+
+ + {{ item.title }} + + {{ item.status === 0 ? '待处理' : '已处理' }} + + {{ formatTime(item.createTime) }} +
+ + +
+
+
+ +
+
+ 已选中 {{ selectedIds.length }} 条数据 + + + +
+
+ +
+
+ 共 {{ total }} 条数据,当前第 {{ pageNum }}/{{ totalPages }} 页 +
+ +
+
+ + +
+ + + + + + + + + + + + + + + + + + + + diff --git a/src/main/resources/templates/admin/biz/privacyPolicy/index.html b/src/main/resources/templates/admin/biz/privacyPolicy/index.html index 0e9f90b..af418bd 100644 --- a/src/main/resources/templates/admin/biz/privacyPolicy/index.html +++ b/src/main/resources/templates/admin/biz/privacyPolicy/index.html @@ -7,7 +7,6 @@ - diff --git a/src/main/resources/templates/admin/biz/tutorial/index.html b/src/main/resources/templates/admin/biz/tutorial/index.html index ccae073..b7c5c0c 100644 --- a/src/main/resources/templates/admin/biz/tutorial/index.html +++ b/src/main/resources/templates/admin/biz/tutorial/index.html @@ -11,7 +11,6 @@ -