帮扶成效

This commit is contained in:
shijingjing
2022-07-21 10:19:50 +08:00
parent 9cc9d6ed30
commit e0d3cf92ca
4 changed files with 260 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
<template>
<div class="helpDetail"></div>
</template>
<script>
export default {
name: 'helpDetail',
data() {
return {}
},
methods() {},
onShow() {
document.title('帮扶情况')
}
}
</script>
<style lang="scss" scoped>
.helpDetail {}
</style>