master
xy 2 years ago
parent 3f8641e1cf
commit d629eade26

@ -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;

Loading…
Cancel
Save