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,
},
onecode: {
width: 2, // 2mm
height: 15, // 15mm
width: 0.5, // 0.5mm
height: 10, // 10mm
data: '',
barcodeType: 'CODE128', //
showContent: true //
},
qrcode: {
width: 10,
height: 10, // 10mm
height: 15, // 15mm
data: ''
},
pic: {

Loading…
Cancel
Save