From 8ed43fb4c6e8f54c8caf854c4777f0faf55e3799 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E5=8B=A4=E6=B0=91?= Date: Thu, 7 Nov 2024 16:25:26 +0800 Subject: [PATCH] =?UTF-8?q?feat(ywq):=20=E6=B7=BB=E5=8A=A0=E6=90=9C?= =?UTF-8?q?=E7=B4=A2=E5=8A=9F=E8=83=BD=E5=B9=B6=E4=BC=98=E5=8C=96=E9=A6=96?= =?UTF-8?q?=E9=A1=B5=E4=BA=A4=E4=BA=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 新增待签、已签和垃圾箱的搜索页面 - 更新首页搜索图标,实现不同页面的跳转 - 优化搜索功能,支持患者姓名和时间筛选 -调整已签列表的显示逻辑 --- src/main/ets/utils/PickerDateTimeHelper.ets | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main/ets/utils/PickerDateTimeHelper.ets b/src/main/ets/utils/PickerDateTimeHelper.ets index 522f51b..790570a 100644 --- a/src/main/ets/utils/PickerDateTimeHelper.ets +++ b/src/main/ets/utils/PickerDateTimeHelper.ets @@ -25,7 +25,9 @@ function dateDialogBuilder(option: DateDialogOptions, dialogTag: string) { }) } - +/** + * 时间选择相关工具 + */ export class PickerDateTimeHelper { private constructor() { }