|
|
@ -524,15 +524,15 @@ export default { |
|
|
fontUnderline: false, |
|
|
fontUnderline: false, |
|
|
}, |
|
|
}, |
|
|
onecode: { |
|
|
onecode: { |
|
|
width: 2, // 默认宽度2mm |
|
|
|
|
|
height: 15, // 默认高度15mm |
|
|
|
|
|
|
|
|
width: 0.5, // 默认宽度0.5mm |
|
|
|
|
|
height: 10, // 默认高度10mm |
|
|
data: '', |
|
|
data: '', |
|
|
barcodeType: 'CODE128', // 默认条码类型 |
|
|
barcodeType: 'CODE128', // 默认条码类型 |
|
|
showContent: true // 默认显示内容 |
|
|
showContent: true // 默认显示内容 |
|
|
}, |
|
|
}, |
|
|
qrcode: { |
|
|
qrcode: { |
|
|
width: 10, |
|
|
width: 10, |
|
|
height: 10, // 默认尺寸10mm |
|
|
|
|
|
|
|
|
height: 15, // 默认尺寸15mm |
|
|
data: '' |
|
|
data: '' |
|
|
}, |
|
|
}, |
|
|
pic: { |
|
|
pic: { |
|
|
|