bgufix
This commit is contained in:
parent
22a3a96833
commit
9094e07465
@ -28,13 +28,16 @@
|
|||||||
{
|
{
|
||||||
"name": "upload_pricing_data",
|
"name": "upload_pricing_data",
|
||||||
"label": "上传定价数据",
|
"label": "上传定价数据",
|
||||||
|
"selected_row": true,
|
||||||
"icon": "{{entire_url('/bricks/imgs/upload.svg')}}"
|
"icon": "{{entire_url('/bricks/imgs/upload.svg')}}"
|
||||||
}, {
|
}, {
|
||||||
"name": "download_pricing_data",
|
"name": "download_pricing_data",
|
||||||
"label": "下载定价数据",
|
"label": "下载定价数据",
|
||||||
|
"selected_row": true,
|
||||||
"icon": "{{entire_url('/bricks/imgs/download.svg')}}"
|
"icon": "{{entire_url('/bricks/imgs/download.svg')}}"
|
||||||
}, {
|
}, {
|
||||||
"name": "test",
|
"name": "test",
|
||||||
|
"selected_row": true,
|
||||||
"label": "验证定价",
|
"label": "验证定价",
|
||||||
"icon": "{{entire_url('/bricks/imgs/test.svg')}}"
|
"icon": "{{entire_url('/bricks/imgs/test.svg')}}"
|
||||||
}
|
}
|
||||||
@ -58,7 +61,9 @@
|
|||||||
"wid": "self",
|
"wid": "self",
|
||||||
"event": "upload_pricing_data",
|
"event": "upload_pricing_data",
|
||||||
"actiontype": "urlwidget",
|
"actiontype": "urlwidget",
|
||||||
"target": "self",
|
"target": "PopupWindow",
|
||||||
|
"popup_options": {
|
||||||
|
},
|
||||||
"options": {
|
"options": {
|
||||||
"params": {
|
"params": {
|
||||||
"ppid": "{{params_kw.ppid}}"
|
"ppid": "{{params_kw.ppid}}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user