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