业务管理页面-非毕业班状态下"按程序要求处理突发事件"的分值已修改为5分
This commit is contained in:
@@ -43,7 +43,7 @@
|
|||||||
<view class="form-item">
|
<view class="form-item">
|
||||||
<label>{{label06}}</label>
|
<label>{{label06}}</label>
|
||||||
<view class="bottom">
|
<view class="bottom">
|
||||||
<input @blur="onLimitInput($event, isGraduate ? 'otherTaskScoring' : 'handleEventsScoring', isGraduate ? 5 : 10)"
|
<input @blur="onLimitInput($event, isGraduate ? 'otherTaskScoring' : 'handleEventsScoring', isGraduate ? 5 : 5)"
|
||||||
v-model="formData[isGraduate ? 'otherTaskScoring' : 'handleEventsScoring']"
|
v-model="formData[isGraduate ? 'otherTaskScoring' : 'handleEventsScoring']"
|
||||||
type="number" placeholder="请输入分值" placeholder-class="input-placeholder" />
|
type="number" placeholder="请输入分值" placeholder-class="input-placeholder" />
|
||||||
</view>
|
</view>
|
||||||
@@ -99,7 +99,7 @@
|
|||||||
label06() {
|
label06() {
|
||||||
return this.isGraduate
|
return this.isGraduate
|
||||||
? "06 按时按质完成学工、学院发布的各项学生工作通知、任务 (5分)"
|
? "06 按时按质完成学工、学院发布的各项学生工作通知、任务 (5分)"
|
||||||
: "06 按程序要求处理突发事件(10分)";
|
: "06 按程序要求处理突发事件(5分)";
|
||||||
},
|
},
|
||||||
maxStuLeaveMaterials() {
|
maxStuLeaveMaterials() {
|
||||||
return this.isGraduate ? 5 : 5;
|
return this.isGraduate ? 5 : 5;
|
||||||
|
|||||||
Reference in New Issue
Block a user