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