platformbiz/json/agreement.json
2025-04-05 20:48:40 +08:00

33 lines
518 B
JSON

{
"tblname":"agreement",
"params":{
"toolbar":{
"tools":[
{
"name":"prodauth",
"selected_row":true,
"label":"授权"
}
]
},
"binds":[
{
"wid":"self",
"event":"prodauth",
"actiontype":"urlwidget",
"target":"PopupWindow",
"options":{
"url":"{{entire_url('../agree_prodclone.dspy')}}"
}
}
],
"browserfields": {
"exclouded": ["id"],
"alters": {}
},
"editexclouded": [
"id"
]
}
}