帮扶成效
This commit is contained in:
20
src/apps/AppHelpEffect/helpDetail.vue
Normal file
20
src/apps/AppHelpEffect/helpDetail.vue
Normal 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>
|
||||
Reference in New Issue
Block a user