|
|
|
|
@ -177,7 +177,7 @@
|
|
|
|
|
>
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<router-link
|
|
|
|
|
:to="`/statisticalReport/budgetProgress?departmentId=${scope.row.plan_department_id}`"
|
|
|
|
|
:to="`/statisticalReport/budgetProgress?departmentId=${scope.row.department_id}`"
|
|
|
|
|
>查看
|
|
|
|
|
</router-link>
|
|
|
|
|
</template>
|
|
|
|
|
@ -234,7 +234,7 @@
|
|
|
|
|
>
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<router-link
|
|
|
|
|
:to="`/statisticalReport/budgetProgress?departmentId=${scope.row.plan_department_id}`"
|
|
|
|
|
:to="`/statisticalReport/budgetProgress?departmentId=${scope.row.department_id}`"
|
|
|
|
|
>查看
|
|
|
|
|
</router-link>
|
|
|
|
|
</template>
|
|
|
|
|
@ -1098,6 +1098,7 @@ export default {
|
|
|
|
|
}
|
|
|
|
|
this.typeList = arr;
|
|
|
|
|
}
|
|
|
|
|
console.log( 123,this.typeList)
|
|
|
|
|
},
|
|
|
|
|
getPer(row) {
|
|
|
|
|
let m2 = row.money_total_2;
|
|
|
|
|
|