revert: pricing_test.ui 恢复到修改前状态(验证定价功能不需要)
This commit is contained in:
parent
b7650b79a7
commit
1ae6bcba35
@ -7,7 +7,7 @@
|
|||||||
"width": "100%",
|
"width": "100%",
|
||||||
"height": "100%",
|
"height": "100%",
|
||||||
"fields": [
|
"fields": [
|
||||||
{% if amount is not none %}
|
{% if amount is not None %}
|
||||||
{
|
{
|
||||||
"name": "amount",
|
"name": "amount",
|
||||||
"label": "价格",
|
"label": "价格",
|
||||||
@ -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