施工管理支持已完成项目+修复状态显示逻辑
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user