yao/tests/tables/assign.tab.json
2021-11-26 14:22:36 +08:00

16 lines
344 B
JSON

{
"name": "指派商务负责人",
"version": "1.0.0",
"decription": "指派商务负责人表单(?Next:表格和表单解耦)",
"bind": { "model": "service" },
"edit": {
"primary": "id",
"layout": {
"fieldset": [
{
"columns": [{ "name": "商务负责人", "width": 24 }]
}
]
}
}
}