refactor(order): 优化模板1中的标题显示
- 移除了不必要的 testData、field 和 qid 属性 - 保留了标题的字体大小、权重、对齐方式等样式设置
This commit is contained in:
parent
30799e63e9
commit
4d22339b66
|
@ -24,14 +24,11 @@ export const json = {
|
||||||
top: 12,
|
top: 12,
|
||||||
height: 17,
|
height: 17,
|
||||||
width: 260,
|
width: 260,
|
||||||
testData: '供 投 里 海 农 特 产 品 下 单 清 单',
|
|
||||||
fontSize: 16.5,
|
fontSize: 16.5,
|
||||||
field: 'headera',
|
|
||||||
fontWeight: '700',
|
fontWeight: '700',
|
||||||
textAlign: 'center',
|
textAlign: 'center',
|
||||||
hideTitle: true,
|
hideTitle: true,
|
||||||
title: '供 投 里 海 农 特 产 品 下 单 清 单',
|
title: '供 投 里 海 农 特 产 品 下 单 清 单',
|
||||||
qid: 'headera',
|
|
||||||
coordinateSync: false,
|
coordinateSync: false,
|
||||||
widthHeightSync: false,
|
widthHeightSync: false,
|
||||||
qrCodeLevel: 0,
|
qrCodeLevel: 0,
|
||||||
|
|
Loading…
Reference in New Issue