Authored by XuHaoJie

天津-活动告警-活动告警添加资源类型列

... ... @@ -654,6 +654,9 @@ layui.define(['table', 'form', 'laydate', 'admin', 'layer', 'laytpl', 'common',
, {field: 'alarmTime', title: '首次告警时间', align: 'center', minWidth: 180, sort: true}
, {field: 'durationStr', title: '持续时间', align: 'center', width: 190}
, {field: 'alarmRepeatCnt', title: '告警次数', align: 'center', width: 180}
//Strat XuHaoJie 2021/12/27 16:56 TODO 活动告警添加资源类型列
, {field: 'resTypeName', title: '资源类型', align: 'center', width: 180}
//End XuHaoJie 2021/12/27 16:56 TODO 活动告警添加资源类型列
, {field: 'nickName', title: '通知人', align: 'center', width: 180}
, {field: 'adminName', title: '负责人', align: 'center', width: 180}
, {field: 'noticeTime', title: '通知时间', align: 'center', width: 180, hide: true}
... ...