From 108c1ff793f51a5d0448b6dcbc9f5d4cd4aea049 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Mon, 16 Mar 2026 08:15:09 +0800 Subject: [PATCH] bugfix --- wwwroot/menu.ui | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wwwroot/menu.ui b/wwwroot/menu.ui index 7b719f7..49a534d 100644 --- a/wwwroot/menu.ui +++ b/wwwroot/menu.ui @@ -1,14 +1,14 @@ {% set definitions = get_org_flow_definition(request) %} {% if definitions %} { - "widgettype": "menu", + "widgettype": "Menu", "options": { "cwidth": 10, "target": "page-center", "height": "100%", "items": [ { - "name": "instances", + "name": "definition", "icon": "{{entire_url('/bricks/imgs/workflow.svg')}}", "label": "新建流程", "url": "{{entire_url('new_definition')}}" @@ -23,7 +23,7 @@ { "name": "instances", "icon": "{{entire_url('/bricks/imgs/wf-instance.svg')}}", - "label": "新建流程", + "label": "新建实例", "url": "{{entire_url('new_instance.ui')}}" }, {% set instances = list_org_instances(request, flow_def_id=d.id) %}