帮扶申报
This commit is contained in:
28
src/mods/work/AppHelpDeclaration/AppHelpDeclaration.vue
Normal file
28
src/mods/work/AppHelpDeclaration/AppHelpDeclaration.vue
Normal 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>
|
||||
Reference in New Issue
Block a user