revert: pricing_test.ui 恢复到修改前状态(验证定价功能不需要)

This commit is contained in:
yumoqing 2026-06-25 13:48:14 +08:00
parent b7650b79a7
commit 1ae6bcba35

View File

@ -7,7 +7,7 @@
"width": "100%",
"height": "100%",
"fields": [
{% if amount is not none %}
{% if amount is not None %}
{
"name": "amount",
"label": "价格",
@ -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}}"
}