diff --git a/platform/frontend/index.html b/platform/frontend/index.html
index db54890..b81e63e 100644
--- a/platform/frontend/index.html
+++ b/platform/frontend/index.html
@@ -89,7 +89,7 @@
-
+
📋 选题管理
🔄 批量刷新
@@ -107,17 +107,17 @@
stripe v-loading="loadingTable" :row-key="topic => topic.id" @selection-change="selectedTopicIds = $event">
-
-
-
- {{ scope.row.priority_score }}
- {{ scope.row.status }}
-
- {{ formatDate(scope.row.created_at) }}
- {{ scope.row.generated_at ? formatDate(scope.row.generated_at) : '-' }}
- {{ scope.row.published_at ? formatDate(scope.row.published_at) : '-' }}
- {{ formatDate(scope.row.updated_at) }}
-
+
+
+
+ {{ scope.row.priority_score }}
+ {{ scope.row.status }}
+
+ {{ formatDate(scope.row.created_at) }}
+ {{ scope.row.generated_at ? formatDate(scope.row.generated_at) : '-' }}
+ {{ scope.row.published_at ? formatDate(scope.row.published_at) : '-' }}
+ {{ formatDate(scope.row.updated_at) }}
+
预览
@@ -148,7 +148,7 @@
用户列表
+ 新建用户
-
+
{{ scope.row.role }}
{{ formatDate(scope.row.created_at) }}