Compare commits
1 Commits
xgxt_Wz_ap
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| e168470510 |
@@ -43,7 +43,7 @@
|
||||
<view class="form-item">
|
||||
<label>{{label06}}</label>
|
||||
<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']"
|
||||
type="number" placeholder="请输入分值" placeholder-class="input-placeholder" />
|
||||
</view>
|
||||
@@ -99,7 +99,7 @@
|
||||
label06() {
|
||||
return this.isGraduate
|
||||
? "06 按时按质完成学工、学院发布的各项学生工作通知、任务 (5分)"
|
||||
: "06 按程序要求处理突发事件(10分)";
|
||||
: "06 按程序要求处理突发事件(5分)";
|
||||
},
|
||||
maxStuLeaveMaterials() {
|
||||
return this.isGraduate ? 5 : 5;
|
||||
|
||||
Reference in New Issue
Block a user