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