|
@@ -2,12 +2,12 @@
|
|
|
<div id="index">
|
|
|
<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>
|
|
|
+ <el-button type="primary" size="mini" @click="toPrint()">打印课程表</el-button>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
- <el-row type="flex" justify="center" ref="print">
|
|
|
- <el-col :span="18" class="timeTable">
|
|
|
- <el-col :span="24" class="top">
|
|
|
+ <el-row class="rowLesson" type="flex" justify="center" ref="print">
|
|
|
+ <el-col :span="21" class="timeTable">
|
|
|
+ <el-col :span="18" class="top">
|
|
|
<el-col :span="24" class="title"> 2020年第({{ data.term }})期高校大学生就业能力拓展训练课程表({{ data.name }}) </el-col>
|
|
|
<el-col :span="24" class="date"> ({{ th[0] }}—{{ th[th.length - 1] }}) </el-col>
|
|
|
</el-col>
|
|
@@ -28,7 +28,6 @@
|
|
|
<!-- 第一行需要合并2行单元格显示上午 -->
|
|
|
<!-- 第三行需要合并3行单元格显示下午 -->
|
|
|
<!-- rowspan="5" 班主任,礼仪课教师等其他信息 -->
|
|
|
-
|
|
|
<tr v-for="(time, ti) in tr" :key="ti">
|
|
|
<td rowspan="2" v-if="ti == 0">上午</td>
|
|
|
<td rowspan="3" v-if="ti == 2">下午</td>
|