Browse Source

添加2阶段需求

klzhangweiya 2 months ago
parent
commit
5d7c295f5d

+ 0 - 0
UI/VB.VUE/src/views/report/egg/index.vue → UI/VB.VUE/src/views/report/egg/index(zwy-iwb-win11).vue


+ 15 - 0
UI/VB.VUE/src/views/report/eggs/index.vue

@@ -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>

BIN
docs/二阶段需求0929.docx