宣发统计

This commit is contained in:
shijingjing
2022-07-12 18:10:42 +08:00
parent bd8e046e24
commit c8aaa59311
5 changed files with 165 additions and 32 deletions

View File

@@ -0,0 +1,18 @@
<template>
<div class="groupSendDetail"></div>
</template>
<script>
export default {
data() {
return {}
},
methods: {},
onShow() {},
}
</script>
<style lang="scss" scoped>
.groupSendDetail {}
</style>