Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dsk-cr20g
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
Administrator
dsk-cr20g
Commits
1f3405ca
Commit
1f3405ca
authored
Oct 12, 2023
by
tianhongyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug fix
parent
18aff0f3
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
25 additions
and
12 deletions
+25
-12
search-common.scss
dsk-operate-ui/src/assets/styles/search-common.scss
+1
-0
index.js
dsk-operate-ui/src/utils/index.js
+12
-0
Sidebar.vue
...operate-ui/src/views/detail/party-a/component/Sidebar.vue
+10
-10
index.vue
.../views/enterpriseData/components/searchTheOwner/index.vue
+2
-2
No files found.
dsk-operate-ui/src/assets/styles/search-common.scss
View file @
1f3405ca
...
@@ -14,6 +14,7 @@
...
@@ -14,6 +14,7 @@
padding
:
0px
16px
;
padding
:
0px
16px
;
transition
:
width
0
.3s
;
transition
:
width
0
.3s
;
box-sizing
:
border-box
;
box-sizing
:
border-box
;
cursor
:
pointer
;
.el-cascader__tags
,
.el-cascader__tags
,
.el-select__tags
{
.el-select__tags
{
...
...
dsk-operate-ui/src/utils/index.js
View file @
1f3405ca
...
@@ -401,3 +401,15 @@ export function isNumberStr(str) {
...
@@ -401,3 +401,15 @@ export function isNumberStr(str) {
return
/^
[
+-
]?(
0|
([
1-9
]\d
*
))(\.\d
+
)?
$/g
.
test
(
str
);
return
/^
[
+-
]?(
0|
([
1-9
]\d
*
))(\.\d
+
)?
$/g
.
test
(
str
);
}
}
// 甲方详情左侧菜单映射
export
const
detailSideBar
=
new
Map
({
// 企业速览
holderinfo
:
"ownershipStructure"
,
// 高管信息
execuinfo
:
"leadingMember"
,
// 对外投资
overseas
:
"outboundInvestment"
,
// 分支机构
branch
:
"branch"
,
})
dsk-operate-ui/src/views/detail/party-a/component/Sidebar.vue
View file @
1f3405ca
...
@@ -60,23 +60,23 @@ export default {
...
@@ -60,23 +60,23 @@ export default {
title
:
'企业概要'
,
pathName
:
''
,
children
:
[
title
:
'企业概要'
,
pathName
:
''
,
children
:
[
{
title
:
'企业速览'
,
pathName
:
'overview'
},
{
title
:
'企业速览'
,
pathName
:
'overview'
},
{
title
:
'工商信息'
,
pathName
:
'businfo'
},
{
title
:
'工商信息'
,
pathName
:
'businfo'
},
{
title
:
'股东信息'
,
pathName
:
'holderinfo'
},
{
title
:
'股东信息'
,
pathName
:
'holderinfo'
},
{
title
:
'高管信息'
,
pathName
:
'execuinfo'
},
{
title
:
'高管信息'
,
pathName
:
'execuinfo'
},
{
title
:
'对外投资'
,
pathName
:
'overseas'
},
{
title
:
'对外投资'
,
pathName
:
'overseas'
},
{
title
:
'分支机构'
,
pathName
:
'branch'
}
{
title
:
'分支机构'
,
pathName
:
'branch'
}
]
]
},
},
{
title
:
'财务简析'
,
pathName
:
'financial'
},
{
title
:
'财务简析'
,
pathName
:
'financial'
},
{
{
title
:
'项目商机'
,
pathName
:
''
,
children
:
[
title
:
'项目商机'
,
pathName
:
''
,
children
:
[
{
title
:
'重点项目'
,
pathName
:
'majorProject'
},
{
title
:
'重点项目'
,
pathName
:
'majorProject'
},
{
title
:
'土地交易'
,
pathName
:
'landtransaction'
},
{
title
:
'土地交易'
,
pathName
:
'landtransaction'
},
{
title
:
'拟建项目'
,
pathName
:
'proposed'
},
{
title
:
'拟建项目'
,
pathName
:
'proposed'
},
{
title
:
'专项债项目'
,
pathName
:
'bond'
},
{
title
:
'专项债项目'
,
pathName
:
'bond'
},
{
title
:
'招标计划'
,
pathName
:
'biddingplan'
},
{
title
:
'招标计划'
,
pathName
:
'biddingplan'
},
{
title
:
'招标公告'
,
pathName
:
'announcement'
},
{
title
:
'招标公告'
,
pathName
:
'announcement'
},
{
title
:
'标讯Pro'
,
pathName
:
'tencent'
},
{
title
:
'标讯Pro'
,
pathName
:
'tencent'
},
{
title
:
'行政许可'
,
pathName
:
'administrative'
}
{
title
:
'行政许可'
,
pathName
:
'administrative'
}
]
]
},
},
{
{
...
...
dsk-operate-ui/src/views/enterpriseData/components/searchTheOwner/index.vue
View file @
1f3405ca
...
@@ -125,7 +125,7 @@
...
@@ -125,7 +125,7 @@
<el-table-column
label=
"公司名称"
fixed
width=
"380"
:resizable=
"false"
>
<el-table-column
label=
"公司名称"
fixed
width=
"380"
:resizable=
"false"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<div
class=
"renling"
>
<div
class=
"renling"
>
<div
style=
"display:flex;
flex-align
:center"
>
<div
style=
"display:flex;
align-items
:center"
>
<router-link
:to=
"scope.row.other ? `/enterprise/$
{encodeStr(scope.row.id)}` : `/company/${encodeStr(scope.row.id)}`" tag="a"
<router-link
:to=
"scope.row.other ? `/enterprise/$
{encodeStr(scope.row.id)}` : `/company/${encodeStr(scope.row.id)}`" tag="a"
class="list-titel-a" v-html="scope.row.name">
</router-link>
class="list-titel-a" v-html="scope.row.name">
</router-link>
<!-- 优质甲方tag标签 -->
<!-- 优质甲方tag标签 -->
...
@@ -1188,6 +1188,7 @@ export default {
...
@@ -1188,6 +1188,7 @@ export default {
.
high
-
quality
-
enterprise
{
.
high
-
quality
-
enterprise
{
padding
:
0
px
8
px
;
padding
:
0
px
8
px
;
line
-
height
:
22
px
;
line
-
height
:
22
px
;
height
:
22
px
;
box
-
sizing
:
border
-
box
;
box
-
sizing
:
border
-
box
;
background
:
#
ebf1ff
;
background
:
#
ebf1ff
;
border
-
radius
:
2
px
;
border
-
radius
:
2
px
;
...
@@ -1195,7 +1196,6 @@ export default {
...
@@ -1195,7 +1196,6 @@ export default {
font
-
size
:
12
px
;
font
-
size
:
12
px
;
margin
-
right
:
25
px
;
margin
-
right
:
25
px
;
white
-
space
:
nowrap
;
white
-
space
:
nowrap
;
align
-
self
:
flex
-
start
;
}
}
}
}
...
...
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