|
@@ -1,5 +1,5 @@
|
|
|
<template>
|
|
|
- <div id="index">
|
|
|
+ <div id="index" style="padding-left:10rem">
|
|
|
<el-row type="flex" align="middle" justify="end" class="btn_bar">
|
|
|
<el-col :span="4" class="printingBtn">
|
|
|
<el-button type="primary" size="mini" @click="toPrint()">打印课程表</el-button>
|
|
@@ -33,14 +33,6 @@
|
|
|
<td rowspan="3" v-if="ti == 2">下午</td>
|
|
|
<td>{{ time }}</td>
|
|
|
<td v-for="(date, di) in th" :key="di" v-html="getLesson(date, time)"></td>
|
|
|
- <!-- <td>{{ getData(time) }}</td> -->
|
|
|
- <!-- <td v-for="(lesson, index) in data.lessons" :key="index">
|
|
|
- <template v-if="index == 0"> --</template>
|
|
|
- <template v-else>
|
|
|
- <p>{{ lesson.subname || '-' }}</p>
|
|
|
- <p class="teacherName">{{ lesson.teaname || '-' }}</p>
|
|
|
- </template>
|
|
|
- </td> -->
|
|
|
<td rowspan="5" v-if="ti == 0">
|
|
|
<p>
|
|
|
上课地点:<span>{{ data.jslocation || '' }}</span>
|
|
@@ -53,41 +45,6 @@
|
|
|
</p>
|
|
|
</td>
|
|
|
</tr>
|
|
|
- <!-- <tr>
|
|
|
- <td>11:30-13:30</td>
|
|
|
- <td>--</td>
|
|
|
- <td :colspan="data.lessons.length - 1">午餐+休息</td>
|
|
|
- </tr>
|
|
|
- <tr class="fourth">
|
|
|
- <td rowspan="3">下午</td>
|
|
|
- <td>13:30-16:30</td>
|
|
|
- <td v-for="(lesson, index) in data.lessons" :key="index">
|
|
|
- <template v-if="index == 0">
|
|
|
- 13:30开始报到 <br />(教育宾馆大厅)<br />
|
|
|
- 15:30开班仪式 <br />({{ data | getProp('kbys.name') }})
|
|
|
- </template>
|
|
|
- <template v-else>
|
|
|
- <template v-if="lesson && lesson.day === '一天'">
|
|
|
- <p>{{ lesson.subname || '-' }}</p>
|
|
|
- <p class="teacherName">{{ lesson.teaname || '-' }}</p>
|
|
|
- </template>
|
|
|
- </template>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td>16:30-17:30</td>
|
|
|
- <td colspan="5">晚餐</td>
|
|
|
- <td>--</td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td>17:30-19:45</td>
|
|
|
- <td>团队组建</td>
|
|
|
- <td>拓展交流</td>
|
|
|
- <td>课程作业<br />小组展示</td>
|
|
|
- <td>课程作业</td>
|
|
|
- <td>礼仪课<br />小组面试</td>
|
|
|
- <td>结业仪式</td>
|
|
|
- </tr> -->
|
|
|
</table>
|
|
|
</el-col>
|
|
|
</el-col>
|