|
|
@@ -0,0 +1,15 @@
|
|
|
+<script setup lang="ts">
|
|
|
+import ChickenCoopReport from "@@@/reports/ChickenCoopReport.vue"
|
|
|
+import apis from "@a"
|
|
|
+import dayjs from "dayjs"
|
|
|
+</script>
|
|
|
+
|
|
|
+<template>
|
|
|
+ <div>
|
|
|
+ <ChickenCoopReport
|
|
|
+ coop-type="egg"
|
|
|
+ :query-report-fun="apis.reports.coopBatchApi.query"
|
|
|
+ :generate-report-fun="apis.reports.coopBatchApi.gen"
|
|
|
+ :export-report-fun="apis.reports.coopBatchApi.export"></ChickenCoopReport>
|
|
|
+ </div>
|
|
|
+</template>
|