Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dsk-operate-sys-cscec
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fulixin
dsk-operate-sys-cscec
Commits
7d0d3da9
Commit
7d0d3da9
authored
Oct 23, 2023
by
danfuman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
0459fc51
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
226 additions
and
2 deletions
+226
-2
index.js
dsk-operate-ui/src/router/index.js
+225
-1
index.vue
dsk-operate-ui/src/views/market/index.vue
+1
-1
No files found.
dsk-operate-ui/src/router/index.js
View file @
7d0d3da9
...
@@ -159,7 +159,7 @@ export const constantRoutes = [
...
@@ -159,7 +159,7 @@ export const constantRoutes = [
}
}
]
]
},
},
//企业详情
//
乙方-
企业详情
{
{
path
:
'/company'
,
path
:
'/company'
,
component
:
Layout
,
component
:
Layout
,
...
@@ -174,6 +174,21 @@ export const constantRoutes = [
...
@@ -174,6 +174,21 @@ export const constantRoutes = [
}
}
]
]
},
},
//企业详情-股权
{
path
:
''
,
component
:
Layout
,
hidden
:
true
,
redirect
:
'noredirect'
,
children
:
[
{
path
:
'/enterprise/:id/lt'
,
component
:
()
=>
import
(
'@/views/detail'
),
name
:
'Personnel'
,
meta
:
{
title
:
'人员详情'
}
}
]
},
//人员详情
//人员详情
{
{
path
:
'/personnel'
,
path
:
'/personnel'
,
...
@@ -216,6 +231,215 @@ export const constantRoutes = [
...
@@ -216,6 +231,215 @@ export const constantRoutes = [
}
}
]
]
},
},
//荣誉详情
{
path
:
''
,
component
:
Layout
,
hidden
:
true
,
redirect
:
'noredirect'
,
children
:
[
{
path
:
'/honor/:id.html'
,
component
:
()
=>
import
(
'@/views/detail'
),
}
]
},
//标讯Pro-招标公告
{
path
:
''
,
component
:
Layout
,
hidden
:
true
,
redirect
:
'noredirect'
,
children
:
[
{
path
:
'/bxpro/:id.html'
,
component
:
()
=>
import
(
'@/views/detail'
),
}
]
},
//中标候选人
{
path
:
''
,
component
:
Layout
,
hidden
:
true
,
redirect
:
'noredirect'
,
children
:
[
{
path
:
'/zbpro/:id.html'
,
component
:
()
=>
import
(
'@/views/detail'
),
}
]
},
//开标记录
{
path
:
''
,
component
:
Layout
,
hidden
:
true
,
redirect
:
'noredirect'
,
children
:
[
{
path
:
'/biz/tbjl/:id.html'
,
component
:
()
=>
import
(
'@/views/detail'
),
}
]
},
//一体化详情
{
path
:
''
,
component
:
Layout
,
hidden
:
true
,
redirect
:
'noredirect'
,
children
:
[
{
path
:
'/performance/sjyth/:id.html'
,
component
:
()
=>
import
(
'@/views/detail'
),
}
]
},
//一体化详情
{
path
:
''
,
component
:
Layout
,
hidden
:
true
,
redirect
:
'noredirect'
,
children
:
[
{
path
:
'/performance/yth/:id.html'
,
component
:
()
=>
import
(
'@/views/detail'
),
}
]
},
//四库详情
{
path
:
''
,
component
:
Layout
,
hidden
:
true
,
redirect
:
'noredirect'
,
children
:
[
{
path
:
'/performance/sky/:id.html'
,
component
:
()
=>
import
(
'@/views/detail'
),
}
]
},
//公路系统详情
{
path
:
''
,
component
:
Layout
,
hidden
:
true
,
redirect
:
'noredirect'
,
children
:
[
{
path
:
'/performance/glxt/:id.html'
,
component
:
()
=>
import
(
'@/views/detail'
),
}
]
},
//公路系统详情
{
path
:
''
,
component
:
Layout
,
hidden
:
true
,
redirect
:
'noredirect'
,
children
:
[
{
path
:
'/performance/xmzt/:id.html'
,
component
:
()
=>
import
(
'@/views/detail'
),
}
]
},
//水利详情
{
path
:
''
,
component
:
Layout
,
hidden
:
true
,
redirect
:
'noredirect'
,
children
:
[
{
path
:
'/performance/slyj/:id.html'
,
component
:
()
=>
import
(
'@/views/detail'
),
}
]
},
//江西住建云详情
{
path
:
''
,
component
:
Layout
,
hidden
:
true
,
redirect
:
'noredirect'
,
children
:
[
{
path
:
'/performance/jxzjy/:id.html'
,
component
:
()
=>
import
(
'@/views/detail'
),
}
]
},
//北京业绩详情
{
path
:
''
,
component
:
Layout
,
hidden
:
true
,
redirect
:
'noredirect'
,
children
:
[
{
path
:
'/performance/bj/:id.html'
,
component
:
()
=>
import
(
'@/views/detail'
),
}
]
},
//云南业绩详情
{
path
:
''
,
component
:
Layout
,
hidden
:
true
,
redirect
:
'noredirect'
,
children
:
[
{
path
:
'/performance/yn/:id.html'
,
component
:
()
=>
import
(
'@/views/detail'
),
}
]
},
//商机-标讯详情
{
path
:
''
,
component
:
Layout
,
hidden
:
true
,
redirect
:
'noredirect'
,
children
:
[
{
path
:
'/biz/bx/:id.html'
,
component
:
()
=>
import
(
'@/views/detail'
),
}
]
},
//商机-土地交易详情
{
path
:
''
,
component
:
Layout
,
hidden
:
true
,
redirect
:
'noredirect'
,
children
:
[
{
path
:
'/biz/tdjy/:id.html'
,
component
:
()
=>
import
(
'@/views/detail'
),
}
]
},
//商机-拟建项目详情
{
path
:
''
,
component
:
Layout
,
hidden
:
true
,
redirect
:
'noredirect'
,
children
:
[
{
path
:
'/biz/njxm/:id.html'
,
component
:
()
=>
import
(
'@/views/detail'
),
}
]
},
{
{
path
:
'/structure'
,
path
:
'/structure'
,
component
:
Layout
,
component
:
Layout
,
...
...
dsk-operate-ui/src/views/market/index.vue
View file @
7d0d3da9
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
<
script
>
<
script
>
import
{
steerScroll
}
from
'@/assets/js/jskplug'
;
import
{
steerScroll
}
from
'@/assets/js/jskplug'
;
import
{
dskAccessToken
}
from
'@/api/common'
;
import
{
dskAccessToken
}
from
'@/api/common'
;
import
{
encodeStr
}
from
"@/assets/js/common
.js
"
import
{
encodeStr
}
from
"@/assets/js/common"
import
MaxPageSizeTip
from
"@/views/components/MaxPageSizeTip.vue"
;
import
MaxPageSizeTip
from
"@/views/components/MaxPageSizeTip.vue"
;
import
{
getUipIdByCid
}
from
'@/api/macro/macro'
import
{
getUipIdByCid
}
from
'@/api/macro/macro'
export
default
{
export
default
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment