Commit c02b8ba7 by wangxing

效能报告导出

parent 1237f527
<!-- <!--
* @Author: your name * @Author: your name
* @Date: 2021-11-29 17:12:15 * @Date: 2021-11-29 17:12:15
* @LastEditTime: 2021-11-30 10:59:20 * @LastEditTime: 2021-11-30 11:07:44
* @LastEditors: Please set LastEditors * @LastEditors: Please set LastEditors
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE * @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
* @FilePath: \founder_vue\src\views\sf\grxnpgbg.vue * @FilePath: \founder_vue\src\views\sf\grxnpgbg.vue
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
<span class="xnbg">效能评估报告</span> <span class="xnbg">效能评估报告</span>
</div> </div>
<div class="btn"> <div class="btn">
<el-button icon="el-icon-download">导出报告</el-button> <el-button icon="el-icon-download" @click="print">导出报告</el-button>
</div> </div>
</div> </div>
<div style="padding:0 40px;"> <div style="padding:0 40px;">
...@@ -285,6 +285,9 @@ export default { ...@@ -285,6 +285,9 @@ export default {
this.$store.commit("user/SET_Menu", this.Menu); this.$store.commit("user/SET_Menu", this.Menu);
}, },
methods:{ methods:{
print() {
window.print();
},
/** /**
* @description 绘制柱状图 * @description 绘制柱状图
*/ */
......
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