src/views/mdc/base/modules/efficiencyReport/EfficiencyList.vue
@@ -248,7 +248,7 @@ */ getFormattedTime(seconds) { if (seconds) { return parseFloat((seconds / 3600).toFixed(2)) + '小时' return parseFloat((seconds / 3600).toFixed(2)) } else { return '0' }