From 7ac873a489b5fbe6dfb4b0f819cb33ad0ac4f0b3 Mon Sep 17 00:00:00 2001 From: "DESKTOP-450PEFP\\mainc" Date: Thu, 26 Mar 2026 10:14:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E8=BD=BD=E8=A7=A3=E9=87=8A=E7=BB=93?= =?UTF-8?q?=E8=AE=BA=E9=81=93json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- logPlus/formdraw.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/logPlus/formdraw.cpp b/logPlus/formdraw.cpp index a757e4f..44ed1db 100644 --- a/logPlus/formdraw.cpp +++ b/logPlus/formdraw.cpp @@ -431,7 +431,8 @@ void FormDraw::DisplayLines(QJsonArray linesArray) } if (strLineName == "GUJING1_RESULT" || strLineName == "GUJING2_RESULT" || strLineName == "GUJING3_RESULT" || strLineName == "WORDS_RELUST" || strLineName == "GEO_LITH" || strLineName == "SWALL_CORE" - || strLineName == "LAYER_DATA") + || strLineName == "LAYER_DATA" + || strLineName == "RESULT") { //固井结论/井壁取心/录井剖面/文字结论/地质分层 DisplayTable_One(lineObjInfo);