3d68c2f1 by 周伟奇

fix dealername

1 parent 162457e4
......@@ -7,7 +7,7 @@ TARGET_FIELD_INDIVIDUALS = {
'value': {
'姓名': ('under', {'left_padding': 1, 'right_padding': 1, 'scope': 2}, ''),
'个人身份证件号码': ('under', {'left_padding': 0.5, 'right_padding': 0.5, 'scope': 2}, ''),
'经销商名称': ('under', {'left_padding': 0.5, 'right_padding': 0.5, 'scope': 2}, '')
'经销商名称': ('under', {'left_padding': 0.1, 'right_padding': 0.1, 'scope': 2}, '')
},
'signature': {
'签字': {'signature', }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!