|
@@ -7,7 +7,7 @@
|
|
|
type="primary"
|
|
type="primary"
|
|
|
@click="handleExport"
|
|
@click="handleExport"
|
|
|
v-permission="'recycle:bookPushErpLog:export'"
|
|
v-permission="'recycle:bookPushErpLog:export'"
|
|
|
- >导出</el-button
|
|
|
|
|
|
|
+ >批量导出</el-button
|
|
|
>
|
|
>
|
|
|
</template>
|
|
</template>
|
|
|
<template #cover="{ row }">
|
|
<template #cover="{ row }">
|
|
@@ -81,6 +81,6 @@
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
function handleExport() {
|
|
function handleExport() {
|
|
|
- pageRef.value?.exportData();
|
|
|
|
|
|
|
+ pageRef.value?.exportData('图书推送ERP日志', 'GET');
|
|
|
}
|
|
}
|
|
|
</script>
|
|
</script>
|