-
{{moneyFormat(statistic.progress.money_total)}}
-
预算合计金额
+
{{moneyFormat(statistic.progress.money_total_1)}}
+
年初预算合计金额
+
+
+
{{moneyFormat(statistic.progress.money_total_2)}}
+
调整后预算合计金额
{{moneyFormat(statistic.progress.use_money_total)}}
@@ -21,7 +25,8 @@
- {{((statistic.progress.use_money_total/statistic.progress.money_total)*100).toFixed(2)}}%
+ {{toper(statistic.progress.money_total_1,statistic.progress.money_total_2,statistic.progress.use_money_total)}}%
+
进展率
@@ -171,16 +176,27 @@
departmentProgress: [],
departmentTable: [{
label: '科室',
- width: 120,
+ width: 80,
prop: 'plan_department.name',
- sortable: false
+ sortable: false,
+ fixed:"left"
},
{
- label: '合计金额(元)',
- width: 120,
+ label: '年初预算合计金额(元)',
+ width: 160,
align: 'right',
sortable: false,
- prop: 'money_total',
+ prop: 'money_total_1',
+ formatter: (cell, data, value) => {
+ return moneyFormatter(value)
+ }
+ },
+ {
+ label: '调整后预算合计金额(元)',
+ width: 160,
+ align: 'right',
+ sortable: false,
+ prop: 'money_total_2',
formatter: (cell, data, value) => {
return moneyFormatter(value)
}
@@ -199,18 +215,53 @@
label: '进展情况',
sortable: false,
align: 'left',
- customFn: (row) => {
- return (