dashboard
repositories
filestore
activity
search
login
main
/
forest_fire_management-vue
林火综合应急信息管理系统前端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
优化火灾补录数据字典回显
guoshilong
2023-03-08
0b552eaf6d2ed42e1cd6b283ac5ac3d2b0b05fbe
[forest_fire_management-vue.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>