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
363bcf08
Commit
363bcf08
authored
Nov 03, 2023
by
tianhongyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
甲方详情 商机线索 拟建项目取值变动busProposedProjectV1
parent
b922ee94
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
33 additions
and
7 deletions
+33
-7
index.vue
dsk-operate-ui/src/views/detail/party-a/index.vue
+32
-6
busclue.vue
...i/src/views/detail/party-a/overview/component/busclue.vue
+1
-1
No files found.
dsk-operate-ui/src/views/detail/party-a/index.vue
View file @
363bcf08
<
template
>
<div
class=
"app-container part-container"
>
<div
class=
"app-container part-container
details-of-party
"
>
<Header
:company-id=
"companyId"
:companyInfo=
"companyInfo"
:cooDetail=
"cooDetail"
v-if=
"companyId"
@
close-detail=
"closeDetail"
/>
<div
class=
"flex-box part-main"
>
<div
class=
"part-left"
>
...
...
@@ -392,22 +392,48 @@ export default {
margin-right
:
16px
;
padding-bottom
:
16px
;
position
:
fixed
;
background
:
#
FFFFFF
;
background
:
#
ffffff
;
width
:
144px
;
}
.part-right
{
min-width
:
1088px
;
width
:
100%
;
background
:
#
FFFFFF
;
background
:
#
ffffff
;
border-radius
:
4px
;
margin-left
:
160px
;
::v-deep
.el-table__header-wrapper
{
::v-deep
.el-table__header-wrapper
{
position
:
sticky
;
top
:
0
;
top
:
0
;
z-index
:
9
;
}
#groupBox
{
#groupBox
{
height
:
100%
;
}
}
.details-of-party
{
width
:
100%
;
height
:
100%
;
position
:
absolute
;
top
:
0
;
left
:
0
;
margin
:
0px
;
padding
:
16px
24px
;
box-sizing
:
border-box
;
::v-deep
.header-container
{
.part-header
{
margin-top
:
0px
;
}
}
::v-deep
.part-main
{
height
:
calc
(
100%
-
56px
-
12px
);
.part-right
{
margin-left
:
160px
;
width
:
calc
(
100%
-
160px
);
overflow
:
auto
;
}
}
}
</
style
>
dsk-operate-ui/src/views/detail/party-a/overview/component/busclue.vue
View file @
363bcf08
...
...
@@ -51,7 +51,7 @@ export default {
activeIndex
:
0
,
typeList
:
[
{
name
:
'土地交易'
,
pathName
:
'landtransaction'
,
ico
:
require
(
"@/assets/images/detail/overview/clue_ico1.png"
),
count
:
0
,
category
:
'global'
,
field
:
'landInfo'
,
dis_ico
:
require
(
"@/assets/images/detail/overview/clue_dis_ico1.png"
)
},
{
name
:
'拟建项目'
,
pathName
:
'proposed'
,
ico
:
require
(
"@/assets/images/detail/overview/clue_ico2.png"
),
count
:
0
,
category
:
'
global'
,
field
:
'proposedProject
'
,
dis_ico
:
require
(
"@/assets/images/detail/overview/clue_dis_ico2.png"
)
},
{
name
:
'拟建项目'
,
pathName
:
'proposed'
,
ico
:
require
(
"@/assets/images/detail/overview/clue_ico2.png"
),
count
:
0
,
category
:
'
business'
,
field
:
'busProposedProjectV1
'
,
dis_ico
:
require
(
"@/assets/images/detail/overview/clue_dis_ico2.png"
)
},
{
name
:
'专项债项目'
,
pathName
:
'bond'
,
ico
:
require
(
"@//assets/images/detail/overview/clue_ico3.png"
),
count
:
0
,
category
:
'performance'
,
field
:
'specialDebt'
,
dis_ico
:
require
(
"@/assets/images/detail/overview/clue_dis_ico3.png"
)
},
{
name
:
'招标计划'
,
pathName
:
'biddingplan'
,
ico
:
require
(
"@/assets/images/detail/overview/clue_ico4.png"
),
count
:
0
,
category
:
'performance'
,
field
:
'bidPlan'
,
dis_ico
:
require
(
"@/assets/images/detail/overview/clue_dis_ico4.png"
)
},
{
name
:
'招标公告'
,
pathName
:
'announcement'
,
ico
:
require
(
"@/assets/images/detail/overview/clue_ico5.png"
),
count
:
0
,
category
:
'business'
,
field
:
'biddingAnnouncement'
,
dis_ico
:
require
(
"@/assets/images/detail/overview/clue_dis_ico5.png"
)
},
...
...
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