kre-form
Version:
本项目由 Angular8+ 编写的表单设计器和表单应用,所有的配置都是 JSON 结构体组成,PC 端是基于 ANT 组件库封装
42 lines (39 loc) • 647 B
JSON
[
{
"title": "考勤汇总",
"columns": [
{
"code": "Code",
"title": "工号",
"closeBtn": "off"
},
{
"code": "LateHours",
"title": "迟到时数",
"closeBtn": "off"
},
{
"code": "AbsenteeismNum",
"title": "旷工次数",
"closeBtn": "off"
}
]
},
{
"title": "订单管理",
"columns": [
{
"code": "RowNum",
"title": "地区"
},
{
"code": "RowNum",
"title": "下单日期"
},
{
"code": "RowNum",
"title": "金额"
}
]
}
]