This commit is contained in:
yumoqing 2025-07-29 16:39:23 +08:00
parent 8dc3039efa
commit b5c0fff1f2

View File

@ -10,15 +10,35 @@
},
"edit_exclouded_fields":["id", "orgid" ],
"toolbar":{
"tools":[
{
"name":"folder",
"label":"文件管理",
"selected_data": true,
"icon":"{{entire_url('/bricks/imgs/folder.svg')}}"
}
]
},
"binds":[
],
"subtables":[
{
"field":"fiid",
"subtable":"folder",
"title":"文件管理",
"url":"{{entire_url('/filemgr/folder')}}"
"wid":"self",
"event":"folder",
"actiontype":"urlwidget",
"target":"PopupWindow",
"popupwindow_options":{
"icon":"{{entire_url('/bricks/imgs/app.png')}}",
"title":"上传文件"
},
"params_mapping":{
"mapping":{
"id":"fiid"
},
"need_others":true
},
"options":{
"mapping":
"url":"{{entire_url('/filemgr/upload_file.ui')}}"
}
}
]
}