From 10457ff67b999e9cc99624801c635e7f25e0d5ef Mon Sep 17 00:00:00 2001
From: wumu <mayi@mayi.com>
Date: 星期四, 31 八月 2023 23:36:05 +0800
Subject: [PATCH] 0831

---
 internal_system_v1/clientmainwindow.cpp |   16 ++++++++++++----
 1 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/internal_system_v1/clientmainwindow.cpp b/internal_system_v1/clientmainwindow.cpp
index b868dd9..1d290f3 100644
--- a/internal_system_v1/clientmainwindow.cpp
+++ b/internal_system_v1/clientmainwindow.cpp
@@ -19,6 +19,12 @@
 
 void ClientMainWindow::initUi()
 {
+    m_searchInfo = new SearchInfo(this);
+    ui->tabWidget->addTab(m_searchInfo,"淇℃伅鏌ヨ");
+
+    m_coverInfo = new CoverInfo(this);
+    m_coverInfo->setParent(ui->tab);
+
     m_auditPro = new AuditProject(this);
     m_auditworkload = new AuditWorkload(this);
     m_problemMon = new ProblemMoney(this);
@@ -39,11 +45,13 @@
 
     ui->stackedWidget->setCurrentIndex(0);
 
-    m_coverInfo = new CoverInfo(this);
-    m_coverInfo->setParent(ui->tab);
+//    m_searchInfo = new SearchInfo(this);
+//    ui->tabWidget->addTab(m_searchInfo,"淇℃伅鏌ヨ");
 
-    m_searchInfo = new SearchInfo(this);
-    ui->tabWidget->addTab(m_searchInfo,"淇℃伅鏌ヨ");
+//    m_coverInfo = new CoverInfo(this);
+//    m_coverInfo->setParent(ui->tab);
+
+
 }
 
 void ClientMainWindow::on_pushButton_auditPro_clicked()

--
Gitblit v1.8.0