更新 优惠卷

This commit is contained in:
zoujiandong 2024-06-06 09:41:25 +08:00
parent 743032a54a
commit 26556c7465

View File

@ -77,10 +77,8 @@
<a-button v-has="'admin:sysPatientList:allExport'" type="primary" @click="handlExport(3)"><icon-export /> 全部导出</a-button> --> <a-button v-has="'admin:sysPatientList:allExport'" type="primary" @click="handlExport(3)"><icon-export /> 全部导出</a-button> -->
</a-space> </a-space>
</div> </div>
<!-- table --> <!-- table -->
<a-table :columns="columns" :data="tableData" <a-table :columns="columns" :data="tableData"
:pagination="{ 'show-total': true, 'show-jumper': true, 'show-page-size': true, total: pager.total, current: currentPage }" :pagination="{ 'show-total': true, 'show-jumper': true, 'show-page-size': true, total: pager.total, current: currentPage }"
row-key="coupon_id" @selection-change="(selection) => {deleteData = selection;console.log(selection)}" row-key="coupon_id" @selection-change="(selection) => {deleteData = selection;console.log(selection)}"
@page-change="handlePageChange" @page-size-change="handlepage_sizeChange"> @page-change="handlePageChange" @page-size-change="handlepage_sizeChange">