Browse Source

报表编辑页面禁用打印功能

master
lijun 2 weeks ago
parent
commit
f01ad285f7
  1. 4
      src/views/excelreport/designer/index.vue

4
src/views/excelreport/designer/index.vue

@ -410,6 +410,10 @@ export default {
dataVerification: {}, // dataVerification: {}, //
}, },
], ],
showtoolbar: true, // true
showtoolbarConfig:{
print: false,
}
}; };
this.sheetData = this.sheetData.map((val) => { this.sheetData = this.sheetData.map((val) => {
if (!val.name) { if (!val.name) {

Loading…
Cancel
Save