{{item.itemTitle}}
?
{{subItem.name}}
本月预算:
{{subItem.budgetMonth?$util.fmoney(subItem.budgetMonth,2):'-'}}万元
本月执行:
{{subItem.monthExecute?$util.fmoney(subItem.monthExecute,2):'-'}}万元
年度预算:
{{subItem.budgetYear?$util.fmoney(subItem.budgetYear,2):'-'}}万元
累计执行:
{{subItem.accumulateExecute?$util.fmoney(subItem.accumulateExecute,2):'-'}}万元
本月占比:
{{`${item.monthRate||'-'}`}}
累计完成进度占比:
{{`${item.accumulateRate||'-'}`}}
{{subIndex + 1}}
{{subItem.name}}
本月占比:
{{`${subItem.monthRate||'-'}`}}
累计占比:
{{`${subItem.accumulateRate||'-'}`}}