订单导出

This commit is contained in:
yanran200730
2022-12-01 08:38:14 +08:00
parent dc13def187
commit 5e27020f77

View File

@@ -55,7 +55,7 @@
<ai-search-bar style="margin-top: 12px" bottomBorder>
<template #left>
<!-- <el-button size="small" type="primary" icon="iconfont iconAdd" @click="toAdd('')">订单核销</el-button> -->
<ai-download :instance="instance" url="/app/appepidemicpreventionregisterinfo/export" :params="search" fileName="订单" :disabled="tableData.length == 0">
<ai-download :instance="instance" url="/app/appintegralmerchandiseorder/export" :params="search" fileName="订单" :disabled="tableData.length == 0">
<el-button icon="iconfont iconExported" :disabled="tableData.length == 0">导出订单</el-button>
</ai-download>
</template>