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
1f4fc125
Commit
1f4fc125
authored
Jun 27, 2023
by
caixingbing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*
parent
27a4117b
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
38 additions
and
1 deletion
+38
-1
Tables.vue
dsk-operate-ui/src/views/detail/party-a/component/Tables.vue
+9
-1
noData.vue
dsk-operate-ui/src/views/detail/party-a/component/noData.vue
+1
-0
busclue.vue
...i/src/views/detail/party-a/overview/component/busclue.vue
+5
-0
relationship.vue
.../views/detail/party-a/overview/component/relationship.vue
+14
-0
risk.vue
...e-ui/src/views/detail/party-a/overview/component/risk.vue
+9
-0
No files found.
dsk-operate-ui/src/views/detail/party-a/component/Tables.vue
View file @
1f4fc125
...
@@ -60,6 +60,11 @@
...
@@ -60,6 +60,11 @@
</el-table-column>
</el-table-column>
</template>
</template>
<
template
slot=
"empty"
>
<div
style=
"padding: 30px 0"
>
<no-data
/>
</div>
</
template
>
</el-table>
</el-table>
</div>
</div>
<div
class=
"pagination-box"
v-if=
"show_page && tableDataTotal>queryParams.pageSize"
>
<div
class=
"pagination-box"
v-if=
"show_page && tableDataTotal>queryParams.pageSize"
>
...
@@ -69,7 +74,7 @@
...
@@ -69,7 +74,7 @@
</template>
</template>
<
script
>
<
script
>
import
{
tabFixed
}
from
'@/utils
'
import
NoData
from
'../component/noData
'
export
default
{
export
default
{
name
:
"Tables"
,
name
:
"Tables"
,
props
:
{
props
:
{
...
@@ -114,6 +119,9 @@ export default {
...
@@ -114,6 +119,9 @@ export default {
default
:
1000000
default
:
1000000
},
},
},
},
components
:
{
NoData
},
data
()
{
data
()
{
return
{
return
{
current_page
:
this
.
queryParams
.
pageNum
,
current_page
:
this
.
queryParams
.
pageNum
,
...
...
dsk-operate-ui/src/views/detail/party-a/component/noData.vue
View file @
1f4fc125
...
@@ -51,6 +51,7 @@ export default {
...
@@ -51,6 +51,7 @@ export default {
}
}
div
{
div
{
font-size
:
16px
;
font-size
:
16px
;
line-height
:
1
;
color
:
#333333
;
color
:
#333333
;
}
}
span
{
span
{
...
...
dsk-operate-ui/src/views/detail/party-a/overview/component/busclue.vue
View file @
1f4fc125
...
@@ -30,6 +30,11 @@
...
@@ -30,6 +30,11 @@
align=
"right"
align=
"right"
label=
"占比"
>
label=
"占比"
>
</el-table-column>
</el-table-column>
<template
slot=
"empty"
>
<div
style=
"padding: 30px 0"
>
<no-data
/>
</div>
</
template
>
</el-table>
</el-table>
</div>
</div>
</div>
</div>
...
...
dsk-operate-ui/src/views/detail/party-a/overview/component/relationship.vue
View file @
1f4fc125
...
@@ -34,6 +34,11 @@
...
@@ -34,6 +34,11 @@
<span>
{{
scope
.
row
.
businessStatus
||
'--'
}}
</span>
<span>
{{
scope
.
row
.
businessStatus
||
'--'
}}
</span>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<
template
slot=
"empty"
>
<div
style=
"padding: 30px 0"
>
<no-data
/>
</div>
</
template
>
</el-table>
</el-table>
<el-table
:data=
"shipData"
border
style=
"width: 100%"
v-show=
"activeName=='second'"
>
<el-table
:data=
"shipData"
border
style=
"width: 100%"
v-show=
"activeName=='second'"
>
<el-table-column
label=
"序号"
width=
"55"
align=
"left"
fixed
>
<el-table-column
label=
"序号"
width=
"55"
align=
"left"
fixed
>
...
@@ -58,6 +63,11 @@
...
@@ -58,6 +63,11 @@
<el-table-column
prop=
"investStartDate"
label=
"成立日期"
></el-table-column>
<el-table-column
prop=
"investStartDate"
label=
"成立日期"
></el-table-column>
<el-table-column
prop=
"stockPercentage"
label=
"股权占比"
></el-table-column>
<el-table-column
prop=
"stockPercentage"
label=
"股权占比"
></el-table-column>
<el-table-column
prop=
"shouldCapi"
label=
"认缴出资额(万元)"
></el-table-column>
<el-table-column
prop=
"shouldCapi"
label=
"认缴出资额(万元)"
></el-table-column>
<
template
slot=
"empty"
>
<div
style=
"padding: 30px 0"
>
<no-data
/>
</div>
</
template
>
</el-table>
</el-table>
<div
class=
"rela-more"
v-show=
"activeName=='second'&& shipTotal>shipParams.pageSize"
><span
class=
"a-link"
@
click=
"handlePath"
>
查看更多数据 >
</span></div>
<div
class=
"rela-more"
v-show=
"activeName=='second'&& shipTotal>shipParams.pageSize"
><span
class=
"a-link"
@
click=
"handlePath"
>
查看更多数据 >
</span></div>
</div>
</div>
...
@@ -67,9 +77,13 @@
...
@@ -67,9 +77,13 @@
<
script
>
<
script
>
import
{
encodeStr
,
changePath
}
from
"@/assets/js/common"
import
{
encodeStr
,
changePath
}
from
"@/assets/js/common"
import
{
bestStockPage
,
investment
}
from
'@/api/detail/party-a/overview'
import
{
bestStockPage
,
investment
}
from
'@/api/detail/party-a/overview'
import
NoData
from
'../../component/noData'
export
default
{
export
default
{
name
:
'Relationship'
,
name
:
'Relationship'
,
props
:
[
'companyId'
,
'financial'
],
props
:
[
'companyId'
,
'financial'
],
components
:
{
NoData
},
data
()
{
data
()
{
return
{
return
{
encodeStr
,
encodeStr
,
...
...
dsk-operate-ui/src/views/detail/party-a/overview/component/risk.vue
View file @
1f4fc125
...
@@ -28,6 +28,11 @@
...
@@ -28,6 +28,11 @@
<span>
{{
scope
.
row
.
bl
}}
</span>
<span>
{{
scope
.
row
.
bl
}}
</span>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<
template
slot=
"empty"
>
<div
style=
"padding: 30px 0"
>
<no-data
/>
</div>
</
template
>
</el-table>
</el-table>
</div>
</div>
</div>
</div>
...
@@ -36,9 +41,13 @@
...
@@ -36,9 +41,13 @@
<
script
>
<
script
>
import
*
as
echarts
from
'echarts'
import
*
as
echarts
from
'echarts'
import
NoData
from
'../../component/noData'
export
default
{
export
default
{
name
:
'Risk'
,
name
:
'Risk'
,
props
:
[
'statistic'
],
props
:
[
'statistic'
],
components
:
{
NoData
},
data
()
{
data
()
{
return
{
return
{
viewData
:[
viewData
:[
...
...
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