8/12,预收费用余额汇总

This commit is contained in:
Zy
2026-08-12 14:40:52 +08:00
parent 519df168c6
commit ffa0d1067a
13 changed files with 813 additions and 98 deletions

View File

@@ -70,9 +70,7 @@
<script setup name="Arrears" lang="ts">
import pagination from '@/components/Pagination/index.vue';
import pageHeader from '@/components/Pageheader/index.vue';
import { getArrearsDetails } from '@/api/system/report/arrears/arrears';
import { getCommunitylistAPI } from '@/api/system/community';
import { OwnerArrearsDetailVo } from '@/api/system/report/arrears/type';
import { getChargeTend } from '@/api/system/report/chargeTrend';
import Echarts from '@/components/Echarts/index.vue';
import type { EChartsOption } from 'echarts';
@@ -155,7 +153,6 @@ const getList = async () => {
obj[key] = item.amount;
});
chargeTrendList.value = [obj];
console.log(chargeTrendList);
total.value = res.total;
handleChartsData();
})