修改国家励志奖学金打印样式

This commit is contained in:
zhy
2025-10-15 21:34:52 +08:00
parent 3d1b3a3564
commit 121d34b42f
3 changed files with 126 additions and 94 deletions

View File

@@ -963,7 +963,7 @@ export default {
this.avatar = store.getters.avatar;
},
mounted() {
if (checkPermi(['home:stu:undo1'])) {
if (checkPermi(['home:stu:undo1']) && store.getters.name !== 'admin') {
console.log("检查到学生身份,获取个人信息");
this.getOwnInfo();
}