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
9fde9f80
Commit
9fde9f80
authored
Aug 17, 2023
by
danfuman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
32b2d3c3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
3 deletions
+9
-3
sidebar.scss
dsk-operate-ui/src/assets/styles/sidebar.scss
+1
-1
performance.vue
...i/src/views/detail/groupAccount/component/performance.vue
+8
-2
No files found.
dsk-operate-ui/src/assets/styles/sidebar.scss
View file @
9fde9f80
...
@@ -189,7 +189,7 @@
...
@@ -189,7 +189,7 @@
}
}
.main-container
{
.main-container
{
margin-left
:
54
px
;
margin-left
:
48
px
;
}
}
.submenu-title-noDropdown
{
.submenu-title-noDropdown
{
...
...
dsk-operate-ui/src/views/detail/groupAccount/component/performance.vue
View file @
9fde9f80
...
@@ -40,6 +40,12 @@
...
@@ -40,6 +40,12 @@
<router-link
:to=
"scope.row.projectUnitUipId?`/enterprise/$
{encodeStr(scope.row.projectUnitId)}`:`/company/${encodeStr(scope.row.projectUnitId)}`" tag="a" class="a-link" v-if="scope.row.projectUnitId
&&
scope.row.projectUnit" v-html="scope.row.projectUnit">
</router-link>
<router-link
:to=
"scope.row.projectUnitUipId?`/enterprise/$
{encodeStr(scope.row.projectUnitId)}`:`/company/${encodeStr(scope.row.projectUnitId)}`" tag="a" class="a-link" v-if="scope.row.projectUnitId
&&
scope.row.projectUnit" v-html="scope.row.projectUnit">
</router-link>
<div
v-else
v-html=
"scope.row.projectUnit || '--'"
></div>
<div
v-else
v-html=
"scope.row.projectUnit || '--'"
></div>
</
template
>
</
template
>
<
template
slot=
"stockPercent"
slot-scope=
"scope"
>
<div>
{{
scope
.
row
.
stockPercent
||
'--'
}}{{
scope
.
row
.
stockPercent
?
'%'
:
''
}}
</div>
</
template
>
<
template
slot=
"bidAmount"
slot-scope=
"scope"
>
<div>
{{
scope
.
row
.
bidAmount
||
'--'
}}{{
scope
.
row
.
bidAmount
?
'万元'
:
''
}}
</div>
</
template
>
</tables>
</tables>
</div>
</div>
</template>
</template>
...
@@ -68,9 +74,9 @@
...
@@ -68,9 +74,9 @@
forData
:
[
forData
:
[
{
label
:
'中标时间'
,
prop
:
'bidTime'
,
slot
:
true
,
minWidth
:
'80'
},
{
label
:
'中标时间'
,
prop
:
'bidTime'
,
slot
:
true
,
minWidth
:
'80'
},
{
label
:
'中标成员'
,
prop
:
'companyName'
,
slot
:
true
,
minWidth
:
'190'
},
{
label
:
'中标成员'
,
prop
:
'companyName'
,
slot
:
true
,
minWidth
:
'190'
},
{
label
:
'持股比例
(%)'
,
prop
:
'stockPercent'
,
minWidth
:
'95'
},
{
label
:
'持股比例
'
,
prop
:
'stockPercent'
,
slot
:
true
,
minWidth
:
'95'
},
{
label
:
'项目名称'
,
prop
:
'projectName'
,
slot
:
true
,
minWidth
:
'260'
},
{
label
:
'项目名称'
,
prop
:
'projectName'
,
slot
:
true
,
minWidth
:
'260'
},
{
label
:
'中标金额
(万元)'
,
prop
:
'bidAmount'
,
minWidth
:
'110'
},
{
label
:
'中标金额
'
,
prop
:
'bidAmount'
,
slot
:
true
,
minWidth
:
'110'
},
{
label
:
'中标地区'
,
prop
:
'address'
,
minWidth
:
'80'
},
{
label
:
'中标地区'
,
prop
:
'address'
,
minWidth
:
'80'
},
{
label
:
'业绩类型'
,
prop
:
'boundType'
,
minWidth
:
'100'
},
{
label
:
'业绩类型'
,
prop
:
'boundType'
,
minWidth
:
'100'
},
{
label
:
'项目类型'
,
prop
:
'projectType'
,
minWidth
:
'100'
},
{
label
:
'项目类型'
,
prop
:
'projectType'
,
minWidth
:
'100'
},
...
...
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