From 3ce40dd036b7c875332f1fba4745dde4411f6981 Mon Sep 17 00:00:00 2001 From: jiang Date: Wed, 4 Jun 2025 17:59:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=93=E5=8F=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ProjectWarningView.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/ProjectWarningView.js b/src/components/ProjectWarningView.js index ce141e6..0844290 100644 --- a/src/components/ProjectWarningView.js +++ b/src/components/ProjectWarningView.js @@ -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%,请关注。 + 投产计划与当前工程进度不匹配,请注意。 )}