@@ -311,14 +311,14 @@ export default {
line.width=40; //mm
line.height=50; //mm
line.gap=2; //条码纸之间,间隙长度 mm
- line.page=2; //打印几份
+ line.page=1; //打印几份
data.push(line); //每添加一个,代表一行字
//添加文字
line={};
line.text= '======';
line.rotation=0;
- line.x=30;
+ line.x=290;
line.y=15;
line.xscal=2;
line.yscal=2;