From b7650b79a7e39cd7d744ebb85b2801def5d74914 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Thu, 25 Jun 2026 13:42:28 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20pricing=5Ftest.ui=20field=20name=20?= =?UTF-8?q?=E7=BC=BA=E9=97=AD=E5=90=88=E5=BC=95=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wwwroot/pricing_test.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wwwroot/pricing_test.ui b/wwwroot/pricing_test.ui index 97e9ea0..4b4c4b7 100644 --- a/wwwroot/pricing_test.ui +++ b/wwwroot/pricing_test.ui @@ -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}}" }