道路名称:{{ item.roadName || '-' }}
所属街道:{{ item.streetName || '-' }}
养护级别:{{uni.$dict.getDictLabel('conserve_level', item.levelId) || '-'}}
计划明细
计划时间:{{ timeFormat(item.beginTime,'yyyy-mm-dd') || '-'}} 至 {{ timeFormat(item.endTime,'yyyy-mm-dd') || '-'}}
{{ item.planName || '-' }}
计划编码:{{ item.planNo || '-' }}
养护周期:{{ item.rate || '-' }} {{ uni.$dict.getDictLabel('cycle_id_type', item.cycleId) }}
计划完成次数:{{ item.planNum || 0 }}
完成比较:{{ item.finishPercent || 0 }}%
提交记录
计划有效期: {{timeFormat(item.beginTime,'yy-mm-dd hh:MM:ss')}} 至 {{timeFormat(item.endTime,'yy-mm-dd hh:MM:ss')}}