This commit is contained in:
yumoqing 2026-08-05 15:41:43 +08:00
parent 9055f5ff6d
commit 4667676b23

View File

@ -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%"