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" ], "edit_exclouded_fields":["id", "orgid" ],
"toolbar":{ "toolbar":{
"tools":[
{
"name":"folder",
"label":"文件管理",
"selected_data": true,
"icon":"{{entire_url('/bricks/imgs/folder.svg')}}"
}
]
}, },
"binds":[ "binds":[
],
"subtables":[
{ {
"field":"fiid", "wid":"self",
"subtable":"folder", "event":"folder",
"title":"文件管理", "actiontype":"urlwidget",
"url":"{{entire_url('/filemgr/folder')}}" "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')}}"
}
} }
] ]
} }