This commit is contained in:
linfso 2024-11-07 11:14:55 +08:00
parent 4d9764a49d
commit 6cbc5e627c

View File

@ -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>