协同宣发

This commit is contained in:
yanran200730
2022-07-13 09:13:31 +08:00
parent cebe4ce80f
commit fb8ea2a195
5 changed files with 1481 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
<template>
<div class="AppAnnounceStatistics">
</div>
</template>
<script>
export default {
name: 'AppAnnounceStatistics',
label: '协同宣发统计',
data () {
return {
}
},
methods: {
}
}
</script>
<style lang="scss" scoped>
.AppAnnounceStatistics {
height: 100%;
}
</style>