feat: update project order types
This commit is contained in:
@@ -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: '其他',
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user