同比
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run

This commit is contained in:
FLL
2025-07-27 16:55:48 +08:00
parent dfe7138438
commit 08b738f0f4
10 changed files with 759 additions and 11 deletions

View File

@@ -8,6 +8,7 @@ import {
paymentReviewList,
} from '#/api/property/costManagement/paymentReview';
import { columns, querySchema } from './data';
import FloorTree from "#/views/property/electricEnergy/elctricitySituation/floor-tree.vue";
const formOptions: VbenFormProps = {
commonConfig: {
@@ -54,10 +55,10 @@ const [BasicTable, tableApi] = useVbenVxeGrid({
<template>
<div class="box">
<div class="left" style="background: red;margin: 16px 0 16px 16px"></div>
<div class="left" style="margin: 16px 0 16px 16px"><FloorTree></FloorTree></div>
<div class="right">
<Page :auto-content-height="true">
<BasicTable table-title="环比分析列表"/>
<BasicTable table-title="环比分析列表"/>
</Page>
</div>
</div>