File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ namespace view::homepage {
9494 .arg (A_name).arg (A_ID));
9595 }
9696
97- void administratorHomepage::on_editProfileButton_clicked () {
97+ void administratorHomepage::on_editProfileButton_2_clicked () {
9898 service::log () << " 管理员 " << A_name << " 点击了修改个人信息按钮" ;
9999
100100 // TODO: 打开修改密码/个人信息页面
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ namespace view::homepage {
3131 void on_approvalButton_clicked (); // 审批
3232 void on_userManageButton_clicked (); // 用户管理
3333 void on_systemManageButton_clicked (); // 系统管理
34- void on_editProfileButton_clicked (); // 修改个人信息
34+ void on_editProfileButton_2_clicked (); // 修改个人信息
3535 void on_logoutButton_clicked (); // 退出登录
3636 void on_messageButton_clicked (); // 消息
3737 void on_Button_clicked ();
Original file line number Diff line number Diff line change 66 <rect >
77 <x >0</x >
88 <y >0</y >
9- <width >962</width >
10- <height >797</height >
9+ <width >962</width >
10+ <height >797</height >
1111 </rect >
1212 </property >
1313 <property name =" windowTitle" >
You can’t perform that action at this time.
0 commit comments