#
Junjie
9 天以前 1eeb9509b725aa0e3deb3fa03068353e7809d450
src/main/webapp/static/js/wrkMast/wrkMast.js
@@ -20,7 +20,7 @@
        { key: "sendFailCount", prop: "sendFailCount", label: "失败次数", width: 96, sortable: true, align: "center" },
        { key: "errorTime$", prop: "errorTime$", label: "失败时间", minWidth: 168, sortable: true },
        { key: "errorMemo", prop: "errorMemo", label: "失败原因", minWidth: 220, sortable: false, showOverflow: false },
        { key: "systemMsg", prop: "systemMsg", label: "系统消息", minWidth: 220, sortable: false, showOverflow: false }
        { key: "systemMsg", prop: "systemMsg", label: "系统消息", minWidth: 320, sortable: false, showOverflow: false }
    ];
    var MANUAL_ROLLBACK_STATUSES = [6, 106, 506];