up
This commit is contained in:
10
src/views/crops/area/index.vue
Normal file
10
src/views/crops/area/index.vue
Normal file
@ -0,0 +1,10 @@
|
||||
/
|
||||
<template>
|
||||
<div>种植面积提取</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {};
|
||||
</script>
|
||||
|
||||
<style></style>
|
13
src/views/crops/classify/index.vue
Normal file
13
src/views/crops/classify/index.vue
Normal file
@ -0,0 +1,13 @@
|
||||
/<template>
|
||||
<div>111</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
|
||||
}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
|
||||
</style>
|
13
src/views/crops/output/maize/index.vue
Normal file
13
src/views/crops/output/maize/index.vue
Normal file
@ -0,0 +1,13 @@
|
||||
/<template>
|
||||
<div>玉米</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
|
||||
}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
|
||||
</style>
|
10
src/views/crops/output/peanut/index.vue
Normal file
10
src/views/crops/output/peanut/index.vue
Normal file
@ -0,0 +1,10 @@
|
||||
/
|
||||
<template>
|
||||
<div>花生</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {};
|
||||
</script>
|
||||
|
||||
<style></style>
|
15
src/views/crops/output/soybean/index.vue
Normal file
15
src/views/crops/output/soybean/index.vue
Normal file
@ -0,0 +1,15 @@
|
||||
/<template>
|
||||
<div>
|
||||
大豆
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
|
||||
}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
|
||||
</style>
|
10
src/views/crops/output/wheat/index.vue
Normal file
10
src/views/crops/output/wheat/index.vue
Normal file
@ -0,0 +1,10 @@
|
||||
/
|
||||
<template>
|
||||
<div>小麦</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {};
|
||||
</script>
|
||||
|
||||
<style></style>
|
15
src/views/crops/site/index.vue
Normal file
15
src/views/crops/site/index.vue
Normal file
@ -0,0 +1,15 @@
|
||||
/<template>
|
||||
<div>
|
||||
长势监测
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
|
||||
}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
|
||||
</style>
|
Reference in New Issue
Block a user