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 %}