作用:控制大屏进行中/已关闭列表显示哪些列、顺序与标题,可单独设置列宽与对齐。
写法示例:
callCode,stationCode,eventStatus,priority,createTime[
"callCode",
{ "field": "eventStatus", "label": "状态", "align": "center" }
]{
"activeFields": ["callCode","priority"],
"closedFields": ["callCode","responseEndTime","resolution"]
}可用字段:
未填写或格式错误时会回退默认列,label/width/align 未设置则自动使用字段默认标题。