录单和签收图片管理分页
This commit is contained in:
parent
27d3afcea3
commit
9913ec8459
@ -52,14 +52,15 @@
|
||||
</el-row >
|
||||
</el-form>
|
||||
<xd-table v-loading="loading"
|
||||
border
|
||||
border
|
||||
size="small"
|
||||
storageName="orderEntryAndReceiptPictureManagement_main"
|
||||
|
||||
:data="attachmentList"
|
||||
:showSearch.sync="showSearch"
|
||||
:queryParams="queryParams"
|
||||
:total="attachmentList.length"
|
||||
:total="total"
|
||||
@queryTable="getList"
|
||||
@selection-change="handleSelectionChange"
|
||||
v-if="tableHeight" :max-height="tableHeight + 'px'"
|
||||
>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user