yao/tests/tables/hooks/find.tab.json
2022-01-06 19:25:11 +08:00

30 lines
609 B
JSON

{
"name": "云服务库",
"version": "1.0.0",
"decription": "云服务库",
"bind": { "model": "service" },
"hooks": {
"before:find": "flows.hooks.before_find",
"after:find": "flows.hooks.after_find"
},
"apis": {},
"columns": {},
"filters": {},
"list": {
"primary": "id",
"layout": {
"columns": [{ "name": "ID", "width": 6 }],
"filters": []
},
"actions": {}
},
"edit": {
"primary": "id",
"layout": {
"fieldset": [{ "columns": [{ "name": "ID", "width": 6 }] }]
},
"actions": { "cancel": {} }
},
"insert": {},
"view": {}
}