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 @@ -