feat: update project order types

This commit is contained in:
Frudrax Cheng
2026-06-06 13:58:53 +08:00
parent 15a9f80b7f
commit c4b005adb8
5 changed files with 16 additions and 13 deletions
+4 -3
View File
@@ -40,9 +40,10 @@ const WORK_ORDER_STATUS_COLOR: Record<ProjectOrderStatus, string> = {
};
const PROJECT_TYPE_LABEL: Record<ProjectType, string> = {
survey: '现场勘查',
implementation: '现场实施',
maintenance: '项目维保',
survey: '项目勘察',
implementation: '工程实施',
maintenance: '定期维保',
business: '商务合作',
other: '其他',
};