md
This commit is contained in:
parent
94997c58f9
commit
86a7f33fdc
@ -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>
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user