md
This commit is contained in:
parent
94997c58f9
commit
86a7f33fdc
@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="app-container">
|
<XdPageContainer class="app-container">
|
||||||
<SearchForm :model="queryParams" ref="queryForm" size="mini" :maxShow="3" label-width="68px" v-show="showSearch" @search="handleQuery" @reset="resetQuery">
|
<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-form-item label="" prop="comCode">
|
||||||
<el-input
|
<el-input
|
||||||
@ -30,7 +30,13 @@
|
|||||||
</SearchForm>
|
</SearchForm>
|
||||||
|
|
||||||
|
|
||||||
<XdTable v-loading="loading"
|
<XdTable
|
||||||
|
|
||||||
|
slot="pageContent"
|
||||||
|
slot-scope="slotProps"
|
||||||
|
:height="(slotProps.contentHeight)+'px'"
|
||||||
|
|
||||||
|
v-loading="loading"
|
||||||
border stripe
|
border stripe
|
||||||
size="mini"
|
size="mini"
|
||||||
storageName="emisBaseInvoiceInfoList_main"
|
storageName="emisBaseInvoiceInfoList_main"
|
||||||
@ -141,7 +147,7 @@
|
|||||||
</el-dialog>
|
</el-dialog>
|
||||||
-->
|
-->
|
||||||
|
|
||||||
</div>
|
</XdPageContainer>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|||||||
@ -59,10 +59,11 @@
|
|||||||
|
|
||||||
</SearchForm>
|
</SearchForm>
|
||||||
<!-- 账单表 -->
|
<!-- 账单表 -->
|
||||||
|
<!-- slot-scope="slotProps"
|
||||||
|
:height="(slotProps.contentHeight)+'px'" -->
|
||||||
<XdTable
|
<XdTable
|
||||||
slot="pageContent"
|
slot="pageContent"
|
||||||
slot-scope="slotProps"
|
|
||||||
:height="(slotProps.contentHeight)+'px'"
|
|
||||||
|
|
||||||
v-loading="loading"
|
v-loading="loading"
|
||||||
border stripe
|
border stripe
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user