From 62867a6b13aa38389c7370e23398dd3630e76c72 Mon Sep 17 00:00:00 2001 From: lh <2334563547@qq.com> Date: Wed, 9 Sep 2026 14:41:03 +0800 Subject: [PATCH] =?UTF-8?q?chore(nmSubWxs):=20=E6=B8=85=E7=90=86=E5=8C=85?= =?UTF-8?q?=E5=90=AB=E4=BA=95=E5=A4=B1=E6=95=88=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 删除已移除“检查数据”入口的残留说明 --- Src/nmNum/nmSubWxs/nmWxIncludeOtherWells.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Src/nmNum/nmSubWxs/nmWxIncludeOtherWells.cpp b/Src/nmNum/nmSubWxs/nmWxIncludeOtherWells.cpp index fa6eacc..fc956e8 100644 --- a/Src/nmNum/nmSubWxs/nmWxIncludeOtherWells.cpp +++ b/Src/nmNum/nmSubWxs/nmWxIncludeOtherWells.cpp @@ -655,7 +655,7 @@ void nmWxIncludeOtherWells::populateRateCombo( pComboBox->addItem(tr("None"), QString()); pComboBox->setItemData(0, tr("None"), Qt::ToolTipRole); - // 选择控件只展示当前相真正可用的记录;异常记录仍可在“检查数据”中查看。 + // 选择控件只展示当前相真正可用的记录。 for(int nIndex = 0; nIndex < data.m_vecFlowRecords.size(); ++nIndex) { const nmFlowGaugeRecord& oRecord = data.m_vecFlowRecords[nIndex]; if(!isSelectableFlowPhase(oRecord, ePhase)) {