123456789101112131415161718192021222324252627282930313233343536 |
- export default {
- "panels": [
- {
- "index": 0,
- "paperType": "A4",
- "height": 297,
- "width": 210,
- "paperHeader": 0,
- "paperFooter": 841.8897637795277,
- "printElements": [
- {
- "options": {
- "left": 231,
- "top": 21,
- "height": 9.75,
- "width": 120,
- "title": "经销项目协议",
- "coordinateSync": false,
- "widthHeightSync": false,
- "fontSize": 18,
- "qrCodeLevel": 0,
- "right": 350.25,
- "bottom": 30,
- "vCenter": 290.25,
- "hCenter": 25.125
- },
- "printElementType": {
- "title": "文本",
- "type": "text"
- }
- }
- ],
- "topOffset": 30
- }
- ]
- }
|