<trv-for="(item,index) in dataList.TeacherList":key="index"v-if="dataList.TeacherList && dataList.TeacherList.length>0">
<td>{{item.TeacherName}}</td>
<td>
<divclass="onetext">
{{item.TeacherName}}
</div>
</td>
<tdv-for="(x,y) in item.RDateList":key="y"class="finger"@click="choicedate(item,x,index,y)":style="{background:getcolor(x).background,color:getcolor(x).color}">
{{x.ShiftName?x.ShiftName.substring(0,1):''}}
<q-popup-proxy>
...
...
@@ -97,8 +113,12 @@
<trv-for="(item,index) in dataList.ShiftList":key="index"v-if="dataList.TeacherList && dataList.TeacherList.length>0">