帮扶申报

This commit is contained in:
shijingjing
2022-05-13 15:43:25 +08:00
parent d4423817bb
commit 0faa07e325
8 changed files with 512 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
<template>
<div class="AppHelpDeclaration">
</div>
</template>
<script>
export default {
name: "AppHelpDeclaration",
appName: "帮扶申报",
data() {
return {
}
},
onShow() {
},
methods: {
},
}
</script>
<style lang="scss" scoped>
.AppHelpDeclaration {}
</style>