<fix>[normal]优化打印条码的默认参数

This commit is contained in:
葛林强 2024-06-15 16:05:40 +08:00
parent ee5526e31e
commit 7a3330ea34

View File

@ -83,8 +83,8 @@ export default {
return { return {
printParams: { printParams: {
startString: '', startString: '',
startNum: 0, startNum: 1,
numberLength: 4, numberLength: 5,
stepLength: 1, stepLength: 1,
directionCode: 0, directionCode: 0,
endString: '', endString: '',