yao/tests/tables/hooks/save.tab.json
2022-01-06 19:37:58 +08:00

30 lines
609 B
JSON

{
"name": "云服务库",
"version": "1.0.0",
"decription": "云服务库",
"bind": { "model": "service" },
"hooks": {
"before:save": "flows.hooks.before_save",
"after:save": "flows.hooks.after_save"
},
"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": {}
}