bugfix
This commit is contained in:
parent
ba17fa9703
commit
a3168d6524
@ -13,9 +13,28 @@
|
|||||||
"edit_exclouded_fields":[],
|
"edit_exclouded_fields":[],
|
||||||
"parentField":"parentid",
|
"parentField":"parentid",
|
||||||
"toolbar":{
|
"toolbar":{
|
||||||
|
"tools":[
|
||||||
|
{
|
||||||
|
"name":"upload",
|
||||||
|
"label":"上传文件",
|
||||||
|
"icon":"{{entire_url('/bricks/imgs/upload.svg')}}"
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"binds":[
|
"binds":[
|
||||||
|
{
|
||||||
|
"wid":"upload",
|
||||||
|
"event":"upload",
|
||||||
|
"actiontype":"urlwidget",
|
||||||
|
"target":"PopupWindow",
|
||||||
|
"popupwindow_options":{
|
||||||
|
"icon":"{{entire_url('/bricks/imgs/app.png')}}",
|
||||||
|
"title":"上传文件"
|
||||||
|
},
|
||||||
|
"options":{
|
||||||
|
"url":"{{entire_url('/filemgr/upload_file.ui')}}"
|
||||||
|
}
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user