From 325ed587539f34169bc8dc62407ee2bed03817f1 Mon Sep 17 00:00:00 2001
From: wujingjing <gersonwu@qq.com>
Date: 星期四, 24 十月 2024 11:23:14 +0800
Subject: [PATCH] selectList

---
 src/components/chat/chatComponents/summaryCom/components/recordSet/components/constants.ts |   18 +++++++++++++++++-
 1 files changed, 17 insertions(+), 1 deletions(-)

diff --git a/src/components/chat/chatComponents/summaryCom/components/recordSet/components/constants.ts b/src/components/chat/chatComponents/summaryCom/components/recordSet/components/constants.ts
index 5280b64..5bfc2ce 100644
--- a/src/components/chat/chatComponents/summaryCom/components/recordSet/components/constants.ts
+++ b/src/components/chat/chatComponents/summaryCom/components/recordSet/components/constants.ts
@@ -1,2 +1,18 @@
 // 鏈�澶ч�夋嫨鍐呭瀹藉害
-export const MAX_SELECT_CONTENT_WIDTH = 12;
\ No newline at end of file
+export const MAX_SELECT_CONTENT_WIDTH = 12;
+
+export const HOUR_STEP_LIST = [
+	{ title: '5鍒嗛挓', value: '5 minutes' },
+	{ title: '10鍒嗛挓', value: '10 minutes' },
+	{ title: '鍗婂皬鏃�', value: '30 minutes' },
+	{ title: '1灏忔椂', value: '1 hours' },
+];
+
+export const DAY_STEP_LIST = [
+	{ title: '1澶�', value: '1 days' },
+	{ title: '3澶�', value: '3 days' },
+	{ title: '5澶�', value: '5 days' },
+];
+
+// 鍒濆鍊兼槸杩欎簺锛屼笅鎷夊垪琛ㄦ槸 DAY_STEP_LIST
+export const IS_DAY_LIST = DAY_STEP_LIST.map(item=>item.value);

--
Gitblit v1.9.3