修改学生资助内容
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user