This commit is contained in:
@@ -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,7 +55,7 @@ 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="用电环比分析列表"/>
|
||||
|
Reference in New Issue
Block a user