@@ -36,6 +36,9 @@
</template>
</BasicTable>
<BasicTable @register="registerTable1" v-show="tableType != null">
+ <template #toolbar>
+ <a-button type="primary" @click="handleExport"> 导出</a-button>
+ </template>
<template #action="{ record }">
<TableAction
stopButtonPropagation