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

View File

@ -10,16 +10,36 @@
}, },
"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":[ "wid":"self",
{ "event":"folder",
"field":"fiid", "actiontype":"urlwidget",
"subtable":"folder", "target":"PopupWindow",
"title":"文件管理", "popupwindow_options":{
"url":"{{entire_url('/filemgr/folder')}}" "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')}}"
}
}
]
} }
} }