<el-table-columnwidth="60"align="center":label="item.day"v-for="item in tempDayList":key="item.day">
<el-table-column
width="60"
align="center"
:label="item.day"
v-for="item in tempDayList"
:key="item.day"
>
<templateslot-scope="scope">
<templateslot-scope="scope">
<divv-for="iitem in scope.row.temp":key="iitem.day"v-if="iitem.time == item.time">
<divv-for="iitem in scope.row.temp":key="iitem.day"v-if="iitem.time == item.time">
<divv-for="ii in iitem.children":key="ii.time":data-ii="ii.time":data-endhour="ii.endhour"class="ii-day":class="ii.bg"@click="toShowDialog(scope.row, iitem, ii)">