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
+5 -4
View File
@@ -16,9 +16,10 @@ import './styles/PublicQuery.css';
import './styles/AftersalesConfirm.css';
const PROJECT_TYPE_LABEL: Record<ProjectType, string> = {
survey: '现场勘查',
implementation: '现场实施',
maintenance: '项目维保',
survey: '项目勘察',
implementation: '工程实施',
maintenance: '定期维保',
business: '商务合作',
other: '其他',
};
@@ -304,7 +305,7 @@ function ProjectOrderCompletePage() {
rows={4}
value={completionNote}
onChange={(e) => setCompletionNote(e.target.value)}
placeholder="请描述现场勘查、实施过程和最终完成情况"
placeholder="请描述项目勘察、工程实施或现场完成情况"
/>
</div>