From d64822b8be629c4592da0b9c3eabed4500174752 Mon Sep 17 00:00:00 2001
From: wumu <mayi@mayi.com>
Date: 星期一, 13 五月 2024 00:50:27 +0800
Subject: [PATCH] 0512

---
 internal_system_v1/clientmainwindow.cpp |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/internal_system_v1/clientmainwindow.cpp b/internal_system_v1/clientmainwindow.cpp
index 00b85fe..709f0b4 100644
--- a/internal_system_v1/clientmainwindow.cpp
+++ b/internal_system_v1/clientmainwindow.cpp
@@ -92,7 +92,7 @@
 
     // 闂鏁存敼鍙拌处
     m_proRecStandingBook = new ProblemRectStandingBook(this);
-    ui->tabWidget->addTab(m_proRecStandingBook,"闂鏁存敼鍙拌处");
+    //ui->tabWidget->addTab(m_proRecStandingBook,"闂鏁存敼鍙拌处");
 
     // 鍏宠仈鍚勪釜鍔熻兘妲�
     connect(m_coverInfo,SIGNAL(sendComName(QString)),m_searchInfo,SLOT(addComName(QString)));
@@ -112,10 +112,10 @@
     ui->tabWidget->insertTab(0,m_conInfo2,"灏侀潰淇℃伅");
 
     m_problemList = new ProblemList(this);
-    ui->tabWidget->addTab(m_problemList,"闂娓呭崟");
+    //ui->tabWidget->addTab(m_problemList,"闂娓呭崟");
 
     m_problemRectifResult = new ProblemRectificationResult(this);
-    ui->tabWidget->addTab(m_problemRectifResult,"鏁存敼鎴愭灉");
+    //ui->tabWidget->addTab(m_problemRectifResult,"鏁存敼鎴愭灉");
 
     m_tableItemDelegate = new TableItemDelegate(); // 浠g悊 绂佺敤缂栬緫
     m_editDelegate = new QItemDelegate(this); // 鍙紪杈�

--
Gitblit v1.8.0