bigfox
This commit is contained in:
parent
18cd13165a
commit
8cd7a65986
@ -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":{}
|
||||||
|
}
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user