md
This commit is contained in:
parent
4d9764a49d
commit
6cbc5e627c
@ -1,9 +1,12 @@
|
||||
<template>
|
||||
<div>
|
||||
<el-table v-loading="loading"
|
||||
<XdTable v-loading="loading"
|
||||
border stripe
|
||||
size="small"
|
||||
:data="emisSettleInvoiceRelList"
|
||||
|
||||
storageName="applyInvoiceEmisSettleInvoiceRelList_1107"
|
||||
|
||||
:showSearch.sync="showSearch"
|
||||
:queryParams="queryParams"
|
||||
:total="total"
|
||||
@ -67,7 +70,7 @@
|
||||
<!-- <el-table-column :label="$t('分账单号')" align="center" prop="billNo" min-width="100" /> -->
|
||||
<!-- <el-table-column :label="$t('申请开票金额')" align="center" prop="money" min-width="100" /> -->
|
||||
|
||||
</el-table>
|
||||
</XdTable>
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user