Browse Source

默认值

master
han\hanst 5 months ago
parent
commit
748c608223
  1. 6
      src/views/modules/labelSetting/LabelDesigner.vue

6
src/views/modules/labelSetting/LabelDesigner.vue

@ -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: {

Loading…
Cancel
Save