revert: pricing_test.ui 恢复到修改前状态(验证定价功能不需要)
This commit is contained in:
parent
b7650b79a7
commit
1ae6bcba35
@ -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}}"
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user