sc
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user