Commit 71d4be04 authored by 罗超's avatar 罗超

2

parent 22c73014
...@@ -186,7 +186,6 @@ ...@@ -186,7 +186,6 @@
}, },
watch: { watch: {
show(val) { show(val) {
console.log(243, this.saveObj)
this.addLoading = false; this.addLoading = false;
this.addStuList = [] this.addStuList = []
if (val) { if (val) {
......
...@@ -156,7 +156,7 @@ ...@@ -156,7 +156,7 @@
</div> --> </div> -->
</div> </div>
<div v-if="viewType == 'week'&&__item.ClassType === 3" <div v-if="viewType == 'week'&&__item.ClassType === 3"
style="white-space:pre-wrap;font-size:10px"> style="white-space:normal;font-size:10px">
{{__item.CourseGradeName}}<span>({{__item.Ranks||0}})</span> </div> {{__item.CourseGradeName}}<span>({{__item.Ranks||0}})</span> </div>
</div> </div>
<div style="position:relative"> <div style="position:relative">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment