From 3775ea8802f38f6e4494d90c4db729617d9ded63 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Sat, 29 Aug 2026 08:28:27 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=B8=BB=E8=8F=9C=E5=8D=95=E5=8A=A0?= =?UTF-8?q?=E5=95=86=E6=9C=BA=E4=BA=A7=E7=BA=BF=E5=85=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wwwroot/index.ui | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/wwwroot/index.ui b/wwwroot/index.ui index 8c16a77..204e2d5 100644 --- a/wwwroot/index.ui +++ b/wwwroot/index.ui @@ -169,6 +169,12 @@ "icon": "{{entire_url('/imgs/rocket.svg')}}", "script": "this.open_tab({name:'pipeline_bidding',label:'投标产线',url:'/pipeline-bidding/agent',removable:true})" }, + { + "name": "pipeline_opportunity", + "label": "商机产线", + "icon": "{{entire_url('/imgs/workflow.svg')}}", + "script": "this.open_tab({name:'pipeline_opportunity',label:'商机产线',url:'/pipeline-opportunity/agent',removable:true})" + }, { "name": "wechat_channel", "label": "微信通道",