<div style="position: relative;page-break-after: always;width: 706px;font-family: 宋体, Helvetica, Microsoft YaHei, 微软雅黑, Arial, sans-serif;font-weight:normal;">
<div style="font-family: 宋体, Helvetica, Microsoft YaHei, 微软雅黑; line-height: 20px;font-size: 14px">
<table border="1" style="border-collapse: collapse;">
<tr style="height:60px;position: relative;">
<td style="text-align:center;width:120px;">日期</td>
<td style="text-align:center;width:110px;">治疗项目</td>
<td style="text-align:center;width:300px;">治疗内容(部位、剂量、频率、时间等参数)</td>
<td style="text-align:center;width:90px;">治疗地点</td>
<td style="text-align:center;width:80px;">治疗师</td>
</tr>
<tr style="height:30px;" v-for="(row,key) in tableShows" :key="key">
<td style="padding:0 5px">{{ row['99630000340001'] }}</td>
<td style="padding:0 5px">{{ row['99630000340002'] }}</td>
<td style="padding:0 5px">{{ row['99630000340003'] }}</td>
<td style="padding:0 5px">{{ row['99630000340004'] }}</td>
<td style="padding:0 5px">{{ row['99630000340005'] }}</td>
</tr>
<tr style="height:30px;" v-for="row in (Object.values(tableShows).length == 0 ? 28 : 28 - (Object.values(tableShows).length % 28 || 28))" :key="row">
<td style="padding:0 5px" v-for =" item in 5" :key="item"></td>
</tr>
</table>
</div>
</div>