修改学生资助内容

This commit is contained in:
2025-10-10 21:48:25 +08:00
parent d12c6c072c
commit d42790db49
8 changed files with 91 additions and 61 deletions

View File

@@ -224,7 +224,7 @@ export default {
switch (v) {
case '通过':
this.manyStatus = 2;
this.manyCmt = '同意推荐该同学申请国家励志奖学金';
this.manyCmt = '同意推荐该同学申请国家励志奖学金';
break;
case '驳回':
this.manyStatus = 10;
@@ -371,7 +371,7 @@ export default {
switch (v) {
case '通过':
this.auditForm.applyStatus = 2;
this.auditForm.fdyCmt = '同意推荐该同学申请国家励志奖学金';
this.auditForm.fdyCmt = '同意推荐该同学申请国家励志奖学金';
break;
case '驳回':
this.auditForm.applyStatus = 10;