|
@@ -1,5 +1,5 @@
|
1
|
1
|
<template>
|
2
|
|
- <div style="font-size: 18px;">
|
|
2
|
+ <div >
|
3
|
3
|
<el-button style="float:right;" type="primary" @click="printAction">打印</el-button>
|
4
|
4
|
|
5
|
5
|
<!-- <el-button type="primary" @click="printAction">打印</el-button>-->
|
|
@@ -179,7 +179,7 @@
|
179
|
179
|
v-if="$route.query.week_date !=''"
|
180
|
180
|
id="scheduleTable" class="scheduleTable"
|
181
|
181
|
border="1" cellspacing="0"
|
182
|
|
- style="margin: auto;"
|
|
182
|
+ style="margin: auto; font-size: 18px;"
|
183
|
183
|
>
|
184
|
184
|
<tr>
|
185
|
185
|
<td rowspan="2">分区</td>
|