From fb4c89727ccee7c2d60c75ab9e765c8739b27d28 Mon Sep 17 00:00:00 2001 From: eight <641137800@qq.com> Date: 星期三, 20 十一月 2024 10:16:49 +0800 Subject: [PATCH] 手动预约 --- src/utils/stringUtil.ts | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/src/utils/stringUtil.ts b/src/utils/stringUtil.ts index 4f3514c..3e57ef1 100644 --- a/src/utils/stringUtil.ts +++ b/src/utils/stringUtil.ts @@ -3,3 +3,10 @@ return !value || value.trim() === ''; } +export function genderFormat(value: number): string { + if ( 1===value ) { + return "鐢�"; + } else { + return "濂�"; + } +} -- Gitblit v1.9.3