diff --git a/bin/xyylMCWEACSystem.exe b/bin/xyylMCWEACSystem.exe index 644cbbd..77dd80c 100644 Binary files a/bin/xyylMCWEACSystem.exe and b/bin/xyylMCWEACSystem.exe differ diff --git a/xyylMCWEACSystem/medicalrecordmanager.cpp b/xyylMCWEACSystem/medicalrecordmanager.cpp index 282194f..737dc31 100644 --- a/xyylMCWEACSystem/medicalrecordmanager.cpp +++ b/xyylMCWEACSystem/medicalrecordmanager.cpp @@ -397,6 +397,14 @@ void MedicalRecordManager::updateContext() { return; } + if(m_currentPage!=0) + { + m_labPageNumTxt.setText(QString("%1/%2").arg(m_currentPage).arg(QString::number((int)page))); + } + else + { + m_labPageNumTxt.setText(QString("%1/%2").arg(1).arg(QString::number((int)page))); + } DataManager::instance().getMedicRecordList(fileName, lstInfo, m_currentPage, m_tableWidget.rowCount()); m_tableWidget.horizontalHeader()->setSectionResizeMode(QHeaderView::Fixed);