新增功能

This commit is contained in:
Your Name
2026-03-14 15:39:34 +08:00
parent 4ddee40675
commit 4a853ba237
27 changed files with 2906 additions and 74 deletions
+5 -1
View File
@@ -509,7 +509,11 @@ const getOrderTypeText = (type: number) => {
const typeMap: Record<number, string> = {
1: '挂号费',
2: '问诊费',
3: '药品费用'
3: '药品费用',
4: '首付费用',
5: '尾款费用',
6:'其他费用',
7:'全部费用',
}
return typeMap[type] || '未知'
}