yao/tests/tables/foo/bar.tab.json

63 lines
1.2 KiB
JSON

{
"name": "菜单",
"version": "1.0.0",
"decription": "菜单设置",
"bind": {
"model": "service"
},
"apis": {},
"columns": {},
"filters": {},
"list": {
"primary": "id",
"layout": {
"columns": [{ "name": "name", "width": "240px" }],
"filters": [{ "name": "name", "width": 6 }]
},
"actions": {
"create": {
"type": "button",
"props": { "label": "新建菜单", "icon": "fas fa-plus" }
},
"view": {},
"edit": {},
"import": {},
"update": {},
"delete": {},
"insert": {},
"updateWhere": {},
"deleteWhere": {},
"updateSelect": {},
"deleteSelect": {},
"pagination": {},
"setting": {}
}
},
"edit": {
"primary": "id",
"layout": {
"fieldset": [
{
"title": "基础信息",
"description": "",
"columns": [
{ "name": "name", "width": 6 },
{ "name": "id", "width": 6 }
]
}
]
},
"actions": {
"cancel": {},
"save": {
"type": "button",
"props": {
"label": "保存"
}
},
"delete": {}
}
},
"insert": {},
"view": {}
}