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