diff --git a/src/tabformwidget.cpp b/src/tabformwidget.cpp index 299fef8..513ea0e 100644 --- a/src/tabformwidget.cpp +++ b/src/tabformwidget.cpp @@ -15,7 +15,7 @@ TabFormWidget::TabFormWidget(QWidget *parent) : // ui->lbl_patlogo->setPixmap(QPixmap(":/icons/patient.png").scaledToHeight(26,Qt::SmoothTransformation)); ui->spacer_2->setVisible(false); QLabel* hosp = new QLabel(this); - hosp->setText(tr("")); + hosp->setText(tr("浙江大学医学院附属第二医院")); QLabel* nowDate = new QLabel(this); nowDate->setText(QDateTime::currentDateTime().toString("yyyy-MM-dd hh:mm:ss")); QLabel* linkIcon = new QLabel(this);