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":{} + } + } ] } }