Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.CadastralSystem
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
1bb91313
authored
2021-02-01 17:24:06 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
号段管理模块
1 parent
5f56d429
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
src/views/manage/hdgl/index.vue
src/views/manage/index.vue
src/views/manage/hdgl/index.vue
0 → 100644
View file @
1bb9131
This diff is collapsed.
Click to expand it.
src/views/manage/index.vue
View file @
1bb9131
...
...
@@ -2,16 +2,18 @@
<el-tabs
v-model=
"activeName"
@
tab-click=
"handleClick"
>
<el-tab-pane
label=
"日志管理"
name=
"log"
><log></log></el-tab-pane>
<el-tab-pane
label=
"字典管理"
name=
"dictionary"
><dictionary></dictionary></el-tab-pane>
<el-tab-pane
label=
"号段管理"
name=
"hdgl"
><hdgl></hdgl></el-tab-pane>
</el-tabs>
</
template
>
<
script
>
import
log
from
"./log/index"
import
dictionary
from
"./dictionary/index"
import
log
from
"./log"
import
dictionary
from
"./dictionary"
import
hdgl
from
"./hdgl"
;
export
default
{
name
:
"index"
,
components
:
{
log
,
dictionary
log
,
dictionary
,
hdgl
},
data
()
{
return
{
...
...
Please
register
or
sign in
to post a comment