dashboard
repositories
filestore
activity
search
login
~mayuhao
/
HazardInvestigationSystem
隐患排查体系综合管控系统
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
'更新'
Admin
2022-10-25
17bc12d7414dedab9d8eb60794603e61e8cce01e
[~mayuhao/HazardInvestigationSystem.git]
/
src
/
views
/
specialWorkManage
/
workPlan
/
index.vue
1
2
3
4
5
6
7
8
9
10
11
12
13
<template>
<router-view></router-view>
</template>
<script>
export default {
name: "index"
}
</script>
<style scoped>
</style>