master
xy 2 years ago
parent 3f8641e1cf
commit d629eade26

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

Loading…
Cancel
Save