Files
dvcp_v2_wechat_app/src/mods/work/AppHelpDeclaration/AppHelpDeclaration.vue
shijingjing 0faa07e325 帮扶申报
2022-05-13 15:43:25 +08:00

28 lines
308 B
Vue

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