index.vue
339 Bytes
<template>
<div class="main">
土地承包经营权、农用地其他使用权调查表
</div>
</template>
<script>
export default {
name:"",
components:{},
props:{},
data(){
return {
}
},
created(){},
mounted(){},
methods:{},
computed: {},
watch: {},
}
</script>
<style scoped lang="less">
</style>