|
|
@ -242,6 +242,7 @@ let header_app = [{ |
|
|
|
title: "确认/恢复时间", |
|
|
|
key: "confirmTime", |
|
|
|
}]; |
|
|
|
module.exports = function (app, opts) { |
|
|
|
async function getExportAlarmHeader(ctx, type) { |
|
|
|
try { |
|
|
|
let headerMap = { |
|
|
@ -262,6 +263,7 @@ async function getExportAlarmHeader(ctx, type) { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
module.exports = { |
|
|
|
return { |
|
|
|
getExportAlarmHeader |
|
|
|
}; |
|
|
|
} |
|
|
|
} |