fix: pricing_test.ui field name 缺闭合引号
This commit is contained in:
parent
6070116d38
commit
b7650b79a7
@ -20,7 +20,7 @@
|
|||||||
{% if params_kw.get(f) %}
|
{% if params_kw.get(f) %}
|
||||||
"value": "{{params_kw.get(f)}}",
|
"value": "{{params_kw.get(f)}}",
|
||||||
{% endif %}
|
{% endif %}
|
||||||
"name": "{{f}},
|
"name": "{{f}}",
|
||||||
"label": "{{spec.label}}",
|
"label": "{{spec.label}}",
|
||||||
"uitype": "{{spec.type}}"
|
"uitype": "{{spec.type}}"
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user