施工管理支持已完成项目+修复状态显示逻辑

This commit is contained in:
a273825743
2026-05-17 01:24:37 +08:00
parent 86a4cc65ee
commit 9d8f741771
4 changed files with 22 additions and 8 deletions
+1 -1
View File
@@ -310,7 +310,7 @@ const ProjectsPage: React.FC = () => {
<Select options={[
{ value: 'planning', label: '规划中' },
{ value: 'in_progress', label: '进行中' },
{ value: 'completed', label: '已完成' },
{ value: 'completed', label: '已完成(补录历史项目)' },
]} />
</Form.Item>
</Col>