This commit is contained in:
Leo_Ding 2025-09-12 17:47:31 +08:00
parent ec9dc95c8d
commit aa287e279c

View File

@ -27,7 +27,7 @@
<a-col flex="auto">
<a-card type="flex">
<div class="exportExcel"><a-button type="primary">
<a :href='config("http.apiBasic") + `/api/v1/apps/common/raffle/Atbrw2334D_FVadfyb435zr55q3?area_id=${searchFormData.areaId}`'>导出Excel</a></a-button>
<a :href='config("http.apiBasic") + `/api/v1/apps/common/raffle/Atbrw2334D_FVadfyb435zr55q3?area_id=${searchFormData.areaId==undefined? -1 : searchFormData.areaId}`'>导出Excel</a></a-button>
</div>
<a-table :columns="columns" :data-source="listData" bordered="true" :loading="loading"
:pagination="paginationState" :scroll="{ x: 1000 }" @change="onTableChange">