From 4667676b2348d27022ac6b5e289e65f91fe1e7a9 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Wed, 5 Aug 2026 15:41:43 +0800 Subject: [PATCH] bugfix --- xls2ddl/xls2crud.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xls2ddl/xls2crud.py b/xls2ddl/xls2crud.py index 3d166b3..ff6de47 100644 --- a/xls2ddl/xls2crud.py +++ b/xls2ddl/xls2crud.py @@ -69,7 +69,7 @@ def subtable2toolbar(desc): "target":"PopupWindow", "popup_options":{ "title":st.title or st.subtable, - "icon": "{{entire_url('/appbase/get_icon.dspy')}}?id="+st.subtable, + "icon": "{{entire_url('/appbase/show_icon.dspy')}}?id="+st.subtable, "resizable": True, "height":"70%", "width":"70%"