dashboard
repositories
filestore
activity
search
login
main
/
zhny_web
智慧农业后台管理页面
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
采收记录完善,结束完成,新增农产品种植,页面样式优化
Administrator
2022-05-18
dcd75a9a37d281f8aa5aabbeb76bd544dc08a4da
[zhny_web.git]
/
src
/
views
/
test.vue
1
2
3
4
5
6
7
8
9
10
<template>
<basic-container>测试页</basic-container>
</template>
<script>
export default {};
</script>
<style>
</style>