| | |
| | | toolbarConfig: { |
| | | buttons: [], |
| | | slots: { |
| | | tools: 'toolbar_buttons' |
| | | tools: 'toolbar_buttons', |
| | | buttons:'buttons' |
| | | }, |
| | | // import: false, |
| | | // export: true, |
| | |
| | | orderInfo.reportFormDate)"> |
| | | {{$t('basicData.export')}}</vxe-button> |
| | | </template> |
| | | <template #buttons> |
| | | <slot name="buttons"></slot> |
| | | </template> |
| | | |
| | | |
| | | <template #pager> |
| | | <!--使用 pager 插槽--> |
| | |
| | | const printOrder = (type) => { |
| | | const list = hiprintTemplate.value.getJson() |
| | | |
| | | |
| | | console.log(list) |
| | | list.panels[0].printElements.forEach(element => { |
| | | element.options.fontFamily = 'Arial' |
| | | if(element.printElementType.title!==''){ |
| | |
| | | element.options.title1 = element.options.title |
| | | } |
| | | |
| | | if(type===3){ |
| | | if(type===3 && element.options.field!==''){ |
| | | element.printElementType.title='' |
| | | element.options.title='' |
| | | }else{ |