- 新增待签、已签和垃圾箱的搜索页面 - 更新首页搜索图标,实现不同页面的跳转 - 优化搜索功能,支持患者姓名和时间筛选 -调整已签列表的显示逻辑
@@ -25,7 +25,9 @@ function dateDialogBuilder(option: DateDialogOptions, dialogTag: string) {
})
}
-
+/**
+ * 时间选择相关工具
+ */
export class PickerDateTimeHelper {
private constructor() {