fix: pricing_test.ui field name 缺闭合引号

This commit is contained in:
yumoqing 2026-06-25 13:42:28 +08:00
parent 6070116d38
commit b7650b79a7

View File

@ -20,7 +20,7 @@
{% if params_kw.get(f) %}
"value": "{{params_kw.get(f)}}",
{% endif %}
"name": "{{f}},
"name": "{{f}}",
"label": "{{spec.label}}",
"uitype": "{{spec.type}}"
}