curl --location --request GET '/api/datastatSetup/GetStatMenu?keyWord¤t&pageSize'
{
"errcode": 0,
"errmsg": "",
"result": {
"headList": [
{
"dataIndex": "text",
"title": "报表名称",
"inputType": "label",
"align": "center",
"showInTable": true
},
{
"dataIndex": "stat_auth",
"title": "公开范围",
"inputType": "label",
"align": "center",
"showInTable": true
},
{
"dataIndex": "stat_enable",
"title": "是否启用",
"inputType": "label",
"align": "center",
"showInTable": true
},
{
"dataIndex": "operation",
"title": "操作",
"align": "center",
"showInTable": true
}
],
"usercount": 0,
"maxcount": 5,
"dataList": [
{
"text": "关闭工单情况",
"stat_auth": null,
"stat_enable": "启用",
"operation": [
{
"title": "编辑",
"opType": "edit",
"apiPath": "DataStatSetup/GetStatConfig",
"params": {
"msgid": 2879
}
},
{
"title": "可见范围",
"opType": "form",
"btnProps": {
"type": "text"
},
"apiPath": "DataStatSetup/StatAuth/",
"params": {
"msgid": 2879
}
},
{
"title": "重命名",
"opType": "form",
"btnProps": {
"type": "text"
},
"apiPath": "DataStatSetup/StatNameUpdate/",
"params": {
"msgid": 2879
}
},
{
"title": "移动",
"opType": "form",
"apiPath": "DataStatSetup/StatMove",
"postData": {
"msgid": 2879
}
},
{
"title": "删除",
"opType": "callback",
"tooltip": "确定删除该数据吗?",
"confirm": true,
"apiPath": "DataStatSetup/Delete?msgid=2879"
}
]
},
{
"text": "完成工单情况",
"stat_auth": null,
"stat_enable": "启用",
"operation": [
{
"title": "编辑",
"opType": "edit",
"apiPath": "DataStatSetup/GetStatConfig",
"params": {
"msgid": 2876
}
},
{
"title": "可见范围",
"opType": "form",
"btnProps": {
"type": "text"
},
"apiPath": "DataStatSetup/StatAuth/",
"params": {
"msgid": 2876
}
},
{
"title": "重命名",
"opType": "form",
"btnProps": {
"type": "text"
},
"apiPath": "DataStatSetup/StatNameUpdate/",
"params": {
"msgid": 2876
}
},
{
"title": "移动",
"opType": "form",
"apiPath": "DataStatSetup/StatMove",
"postData": {
"msgid": 2876
}
},
{
"title": "删除",
"opType": "callback",
"tooltip": "确定删除该数据吗?",
"confirm": true,
"apiPath": "DataStatSetup/Delete?msgid=2876"
}
]
}
],
"total": 262,
"page": 1,
"pagesize": 2,
"listBtn": [
{
"title": "新建",
"opType": "add",
"apiPath": "DataStatSetup/GetStatConfig",
"disables": true,
"tooltip": "已达到最大使用量,无法进行新建,请联系专属客服"
}
]
}
}