Merge branch 'master-V32-XuHaoJie' into 'master'
天津-活动告警-活动告警添加资源类型列 See merge request !292
Showing
1 changed file
with
3 additions
and
0 deletions
@@ -654,6 +654,9 @@ layui.define(['table', 'form', 'laydate', 'admin', 'layer', 'laytpl', 'common', | @@ -654,6 +654,9 @@ layui.define(['table', 'form', 'laydate', 'admin', 'layer', 'laytpl', 'common', | ||
654 | , {field: 'alarmTime', title: '首次告警时间', align: 'center', minWidth: 180, sort: true} | 654 | , {field: 'alarmTime', title: '首次告警时间', align: 'center', minWidth: 180, sort: true} |
655 | , {field: 'durationStr', title: '持续时间', align: 'center', width: 190} | 655 | , {field: 'durationStr', title: '持续时间', align: 'center', width: 190} |
656 | , {field: 'alarmRepeatCnt', title: '告警次数', align: 'center', width: 180} | 656 | , {field: 'alarmRepeatCnt', title: '告警次数', align: 'center', width: 180} |
657 | + //Strat XuHaoJie 2021/12/27 16:56 TODO 活动告警添加资源类型列 | ||
658 | + , {field: 'resTypeName', title: '资源类型', align: 'center', width: 180} | ||
659 | + //End XuHaoJie 2021/12/27 16:56 TODO 活动告警添加资源类型列 | ||
657 | , {field: 'nickName', title: '通知人', align: 'center', width: 180} | 660 | , {field: 'nickName', title: '通知人', align: 'center', width: 180} |
658 | , {field: 'adminName', title: '负责人', align: 'center', width: 180} | 661 | , {field: 'adminName', title: '负责人', align: 'center', width: 180} |
659 | , {field: 'noticeTime', title: '通知时间', align: 'center', width: 180, hide: true} | 662 | , {field: 'noticeTime', title: '通知时间', align: 'center', width: 180, hide: true} |
-
Please register or login to post a comment