抓变化

This commit is contained in:
jiang 2025-06-04 17:59:10 +08:00
parent bed25c9317
commit 3ce40dd036
1 changed files with 2 additions and 2 deletions

View File

@ -103,7 +103,7 @@ const ProjectWarningView = ({projects = [], projectsDataRange = [], loading = fa
// 仅判断“导线展放”类型
const scale = item.project_scale || '';
if (!scale.includes('导线展放')) return false;
if (!scale.includes('导线')) return false;
// 判断进度是否 < 80%
const progressStr = item.current_progress || '';
@ -272,7 +272,7 @@ const ProjectWarningView = ({projects = [], projectsDataRange = [], loading = fa
paddingLeft: '10px',
}}
>
投产计划30天内导线展放进度不足80%请关注
投产计划与当前工程进度不匹配请注意
</div>
)}