Commit 00045f3e authored by 朱超's avatar 朱超

实时热量分析更新

parent 713121f9
......@@ -151,6 +151,32 @@
<td style="text-align:center;">{{ tableDataList.diffPercent }}</td>
</tr>
</table>
<div>
<div class="btngrounp">
<el-button
type="primary"
@click="sendClick"
style="margin: 15px 0 0 0"
>打印</el-button
><el-button
type="primary"
@click="exportTableToExcel"
style="margin: 15px 0 0 10px"
>打印预览</el-button
>
<el-button
type="primary"
@click="exportTableToExcel"
style="margin: 15px 0 0 10px"
>导出</el-button
>
<router-link to="/Forecast"><el-button
type="primary"
style="margin: 15px 0 0 10px"
>返回</el-button
></router-link>
</div>
</div>
</el-card>
</div>
</div>
......@@ -250,4 +276,9 @@ table.bottomTable td {
border-bottom: #ebeef5 solid 1px;
padding: 10px 0;
}
.btngrounp {
width: 300px;
margin: 0 auto;
text-align: center;
}
</style>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment