{{subItem.title}}
计划数:{{subItem.resultValue.PLAN_COUNT == null? 0: subItem.resultValue.PLAN_COUNT}}
完成率:{{subItem.resultValue.COMPLETE_PERCENTAGE == null? 0: subItem.resultValue.COMPLETE_PERCENTAGE}}%
{{subItem.title}}
计划数:{{subItem.resultValue.PLAN_COUNT == null? 0: subItem.resultValue.PLAN_COUNT}}
执行率:{{subItem.resultValue.EXECUTE_PERCENTAGE == null? 0: subItem.resultValue.EXECUTE_PERCENTAGE}}%
{{subItem.title}}
计划数:{{subItem.resultValue.PLAN_COUNT == null? 0: subItem.resultValue.PLAN_COUNT}}
执行率:{{subItem.resultValue.EXECUTE_PERCENTAGE == null? 0: subItem.resultValue.EXECUTE_PERCENTAGE}}%
{{subItem.resultValue.NONACCEPT_PLAN_COUNT == null? 0: subItem.resultValue.NONACCEPT_PLAN_COUNT}}
未接单
{{subItem.resultValue.BEING_PROCESSED_PLAN_COUNT == null? 0: subItem.resultValue.BEING_PROCESSED_PLAN_COUNT}}
处理中
{{subItem.resultValue.FINISH_PLAN_COUNT == null? 0: subItem.resultValue.FINISH_PLAN_COUNT}}
已完成
{{subItem.resultValue.POWER_CUT_COUNT == null? 0: subItem.resultValue.POWER_CUT_COUNT}}
提前送电
{{subItem.resultValue.POWER_REPLY_COUNT == null? 0: subItem.resultValue.POWER_REPLY_COUNT}}
延迟送电
{{subItem.resultValue.TEMPORARY_PLAN_COUNT == null? 0: subItem.resultValue.TEMPORARY_PLAN_COUNT}}
临时计划
{{subItem.resultValue.CANCEL_PLAN_COUNT == null? 0: subItem.resultValue.CANCEL_PLAN_COUNT}}
撤销计划
执行:{{subItem.resultValue.EXECUTE_PLAN_COUNT == null? 0: subItem.resultValue.EXECUTE_PLAN_COUNT}}
撤销:{{subItem.resultValue.CANCLE_PLAN_COUNT == null? 0: subItem.resultValue.CANCLE_PLAN_COUNT}}
归档:{{subItem.resultValue.ARCHIVED_PLAN_COUNT == null? 0: subItem.resultValue.ARCHIVED_PLAN_COUNT}}
需求数:{{subItem.resultValue.TASK_PLAN_COUNT == null? 0: subItem.resultValue.TASK_PLAN_COUNT}}