This commit is contained in:
yumoqing 2026-05-06 16:59:25 +08:00
parent 18cd13165a
commit 8cd7a65986

View File

@ -32,10 +32,32 @@
"label": "定价模版", "label": "定价模版",
"selected_row": true, "selected_row": true,
"icon": "{{entire_url('/bricks/imgs/download.svg')}}" "icon": "{{entire_url('/bricks/imgs/download.svg')}}"
},
{
"name": "test",
"label": "定价模版",
"selected_row": true,
"icon": "{{entire_url('/bricks/imgs/test.svg')}}"
} }
] ]
}, },
"binds":[ "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":{}
}
}
] ]
} }
} }