From 8cd7a6598662410903c5d1005db9ce0ca5422698 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Wed, 6 May 2026 16:59:25 +0800 Subject: [PATCH] bigfox --- json/pricing_program.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/json/pricing_program.json b/json/pricing_program.json index 350cb97..3fe6908 100644 --- a/json/pricing_program.json +++ b/json/pricing_program.json @@ -32,10 +32,32 @@ "label": "定价模版", "selected_row": true, "icon": "{{entire_url('/bricks/imgs/download.svg')}}" + }, + { + "name": "test", + "label": "定价模版", + "selected_row": true, + "icon": "{{entire_url('/bricks/imgs/test.svg')}}" } ] }, "binds":[ + { + "wid": "self", + "event": "test", + "actiontype": "urlwidget", + "target": "PopupWindow", + "popup_options": { + "width": "70%", + "height": "70%", + "auto_open": true, + "archor": "cc" + }, + "options": { + "url": "{{entire_url('../test_pricing_program.ui')}}", + "params":{} + } + } ] } }