diff --git a/src/components/common/ChatRecord/FilterPanel.vue b/src/components/common/ChatRecord/FilterPanel.vue
index 0a4c2c2..1d81185 100644
--- a/src/components/common/ChatRecord/FilterPanel.vue
+++ b/src/components/common/ChatRecord/FilterPanel.vue
@@ -6,6 +6,7 @@
import { ref, watch } from 'vue'
import { useI18n } from 'vue-i18n'
import dayjs from 'dayjs'
+import { DatePicker } from '@/components/UI'
import type { ChatRecordQuery, FilterFormData } from './types'
const { t } = useI18n()
@@ -122,9 +123,9 @@ function resetFilter() {
-
+
~
-
+
@@ -155,6 +156,8 @@ function resetFilter() {
"messageId": "消息 ID",
"memberNotSupported": "成员(暂不支持)",
"keywordsPlaceholder": "关键词,多个用逗号分隔,回车搜索",
+ "startDate": "起始日期",
+ "endDate": "结束日期",
"reset": "重置",
"filter": "筛选"
},
@@ -162,6 +165,8 @@ function resetFilter() {
"messageId": "Message ID",
"memberNotSupported": "Member (not supported)",
"keywordsPlaceholder": "Keywords, comma separated, Enter to search",
+ "startDate": "Start Date",
+ "endDate": "End Date",
"reset": "Reset",
"filter": "Filter"
}