Files
dvcp_v2_wxcp_app/src/apps/AppHelpEffect/helpDetail.vue
shijingjing e0d3cf92ca 帮扶成效
2022-07-21 10:19:50 +08:00

20 lines
266 B
Vue

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