This commit is contained in:
linfso 2024-08-07 10:11:58 +08:00
parent 94997c58f9
commit 86a7f33fdc
2 changed files with 13 additions and 6 deletions

View File

@ -1,6 +1,6 @@
<template>
<div class="app-container">
<SearchForm :model="queryParams" ref="queryForm" size="mini" :maxShow="3" label-width="68px" v-show="showSearch" @search="handleQuery" @reset="resetQuery">
<XdPageContainer class="app-container">
<SearchForm slot="pageHeader" :model="queryParams" ref="queryForm" size="mini" :maxShow="3" label-width="68px" v-show="showSearch" @search="handleQuery" @reset="resetQuery">
<!-- <el-form-item label="" prop="comCode">
<el-input
@ -30,7 +30,13 @@
</SearchForm>
<XdTable v-loading="loading"
<XdTable
slot="pageContent"
slot-scope="slotProps"
:height="(slotProps.contentHeight)+'px'"
v-loading="loading"
border stripe
size="mini"
storageName="emisBaseInvoiceInfoList_main"
@ -141,7 +147,7 @@
</el-dialog>
-->
</div>
</XdPageContainer>
</template>
<script>

View File

@ -59,10 +59,11 @@
</SearchForm>
<!-- 账单表 -->
<!-- slot-scope="slotProps"
:height="(slotProps.contentHeight)+'px'" -->
<XdTable
slot="pageContent"
slot-scope="slotProps"
:height="(slotProps.contentHeight)+'px'"
v-loading="loading"
border stripe