From 85f9979051422f45fafcd94cb9f66e775224d776 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Sat, 4 Jul 2026 20:35:23 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20in=5Fplan=E6=95=B4=E6=95=B0=E6=AF=94?= =?UTF-8?q?=E8=BE=83=3D=3D1=E8=80=8C=E9=9D=9E=3D=3D'1'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wwwroot/discount_setting/index.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wwwroot/discount_setting/index.ui b/wwwroot/discount_setting/index.ui index 2b8ae46..7e83b50 100644 --- a/wwwroot/discount_setting/index.ui +++ b/wwwroot/discount_setting/index.ui @@ -92,7 +92,7 @@ } ] }, - {"widgettype": "Text", "options": {"text": {% if p.in_plan == '1' %}"✓方案内"{% else %}""{% endif %}, "width": "16%", "padding": "0 8px", "fontSize": "11px", "color": "#34D399"}} + {"widgettype": "Text", "options": {"text": {% if p.in_plan == 1 %}"✓方案内"{% else %}""{% endif %}, "width": "16%", "padding": "0 8px", "fontSize": "11px", "color": "#34D399"}} ] }{% if not loop.last %},{% endif %} {% endfor %}