网格
This commit is contained in:
30
src/apps/AppGridManagement/AddFamily.vue
Normal file
30
src/apps/AppGridManagement/AddFamily.vue
Normal file
@@ -0,0 +1,30 @@
|
||||
<template>
|
||||
<div class="AddFamily">
|
||||
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
|
||||
},
|
||||
onShow() {
|
||||
document.title = '新增责任家庭'
|
||||
},
|
||||
linkTo(url) {
|
||||
uni.navigateTo({url})
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.AddFamily {
|
||||
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user