修改学生资助内容
This commit is contained in:
@@ -235,7 +235,7 @@ export default {
|
||||
switch (v) {
|
||||
case '通过':
|
||||
this.manyStatus = 3;
|
||||
this.manyCmt = '同意推荐该同学申请国家励志奖学金';
|
||||
this.manyCmt = '同意推荐该同学申请国家励志奖学金。';
|
||||
break;
|
||||
case '驳回':
|
||||
this.manyStatus = 10;
|
||||
@@ -389,7 +389,7 @@ export default {
|
||||
switch (v) {
|
||||
case '通过':
|
||||
this.auditForm.applyStatus = 3;
|
||||
this.auditForm.deptCmt = '同意推荐该同学申请国家励志奖学金';
|
||||
this.auditForm.deptCmt = '同意推荐该同学申请国家励志奖学金。';
|
||||
break;
|
||||
case '驳回':
|
||||
this.auditForm.applyStatus = 10;
|
||||
|
||||
Reference in New Issue
Block a user