10 changed files with 51 additions and 3 deletions
@ -1,3 +1,13 @@ |
|||
<template> |
|||
<div>四预管理</div> |
|||
<Layout> |
|||
<router-view /> |
|||
</Layout> |
|||
</template> |
|||
|
|||
<script> |
|||
import Layout from '@/layout'; |
|||
|
|||
export default { |
|||
components: { Layout } |
|||
}; |
|||
</script> |
|||
|
@ -0,0 +1,3 @@ |
|||
<template> |
|||
<div>预案信息管理</div> |
|||
</template> |
@ -0,0 +1,3 @@ |
|||
<template> |
|||
<div>预报信息管理</div> |
|||
</template> |
@ -0,0 +1,3 @@ |
|||
<template> |
|||
<div>预演信息管理</div> |
|||
</template> |
@ -0,0 +1,3 @@ |
|||
<template> |
|||
<div>预警信息管理</div> |
|||
</template> |
@ -1,3 +1,13 @@ |
|||
<template> |
|||
<div class="app-container">图层资源目录数据配置</div> |
|||
<Layout> |
|||
<router-view /> |
|||
</Layout> |
|||
</template> |
|||
|
|||
<script> |
|||
import Layout from '@/layout'; |
|||
|
|||
export default { |
|||
components: { Layout } |
|||
}; |
|||
</script> |
|||
|
@ -0,0 +1,3 @@ |
|||
<template> |
|||
<div class="app-container">资源目录</div> |
|||
</template> |
@ -1,3 +1,13 @@ |
|||
<template> |
|||
<div>水利工程对象配置管理</div> |
|||
<Layout> |
|||
<router-view /> |
|||
</Layout> |
|||
</template> |
|||
|
|||
<script> |
|||
import Layout from '@/layout'; |
|||
|
|||
export default { |
|||
components: { Layout } |
|||
}; |
|||
</script> |
|||
|
@ -0,0 +1,3 @@ |
|||
<template> |
|||
<div>水利工程对象配置管理</div> |
|||
</template> |
Loading…
Reference in new issue