This commit is contained in:
qsh
2024-10-09 16:38:49 +08:00
parent 41c20623d4
commit 2406bcb8e4
7 changed files with 634 additions and 118 deletions

View File

@@ -1,7 +1,13 @@
<template>
<div>成交报表</div>
<div>
<SignTotalCard />
<SignListCard />
</div>
</template>
<script setup></script>
<script setup name="SignReport">
import SignTotalCard from './Comp/SignTotalCard.vue'
import SignListCard from './Comp/SignListCard.vue'
</script>
<style lang="scss" scoped></style>