From 1ae6bcba35c505a1c9db7d770303e3fe6d58a599 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Thu, 25 Jun 2026 13:48:14 +0800 Subject: [PATCH] =?UTF-8?q?revert:=20pricing=5Ftest.ui=20=E6=81=A2?= =?UTF-8?q?=E5=A4=8D=E5=88=B0=E4=BF=AE=E6=94=B9=E5=89=8D=E7=8A=B6=E6=80=81?= =?UTF-8?q?(=E9=AA=8C=E8=AF=81=E5=AE=9A=E4=BB=B7=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=E4=B8=8D=E9=9C=80=E8=A6=81)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wwwroot/pricing_test.ui | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wwwroot/pricing_test.ui b/wwwroot/pricing_test.ui index 4b4c4b7..7da3405 100644 --- a/wwwroot/pricing_test.ui +++ b/wwwroot/pricing_test.ui @@ -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}}" }