This commit is contained in:
yumoqing 2026-03-15 20:15:46 +08:00
parent 24e2660520
commit 5dc5c9bf56

View File

@ -39,7 +39,7 @@
"label": "实例明细:{{inst.id}}", "label": "实例明细:{{inst.id}}",
“url": "{{entire_url('show_instance.ui')}}" “url": "{{entire_url('show_instance.ui')}}"
}, },
{% works = get_my_flow_works(request) %} {% set works = get_my_flow_works(request) %}
{% for work in works %} {% for work in works %}
{ {
"name": "{{inst.id}}_show", "name": "{{inst.id}}_show",