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
f15f35c1
Commit
f15f35c1
authored
Jun 20, 2023
by
caixingbing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*
parent
653543a6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
infoheader.vue
...rc/views/detail/party-a/overview/component/infoheader.vue
+2
-2
relationship.vue
.../views/detail/party-a/overview/component/relationship.vue
+6
-1
No files found.
dsk-operate-ui/src/views/detail/party-a/overview/component/infoheader.vue
View file @
f15f35c1
...
...
@@ -185,7 +185,7 @@ export default {
this
.
tableLoading
=
false
if
(
res
.
code
==
200
){
this
.
dialogVisible
=
true
this
.
ifClaim
=
true
this
.
ifClaim
=
1
}
}
else
{
this
.
$message
.
warning
(
'对不起,当前不能认领'
)
...
...
@@ -226,7 +226,7 @@ export default {
},
//获取认领状态
getClaimStatus
(){
this
.
ifClaim
=
this
.
companyInfo
.
regCapital
this
.
ifClaim
=
this
.
companyInfo
.
claimStatus
},
handleWidth
(){
if
(
this
.
companyInfo
.
introduction
){
...
...
dsk-operate-ui/src/views/detail/party-a/overview/component/relationship.vue
View file @
f15f35c1
...
...
@@ -11,7 +11,12 @@
<el-table-column
label=
"序号"
width=
"55"
align=
"left"
fixed
>
<template
slot-scope=
"scope"
>
{{
holderParams
.
pageNum
*
holderParams
.
pageSize
-
holderParams
.
pageSize
+
scope
.
$index
+
1
}}
</
template
>
</el-table-column>
<el-table-column
prop=
"stockName"
min-width=
"140"
label=
"股东名称"
></el-table-column>
<el-table-column
min-width=
"140"
label=
"股东名称"
>
<
template
slot-scope=
"scope"
>
<router-link
:to=
"`/enterprise/$
{encodeStr(scope.row.stockId)}`" tag="a" class="a-link" v-if="scope.row.stockId
&&
scope.row.stockName" v-html="scope.row.stockName">
</router-link>
<div
v-else
v-html=
"scope.row.stockName || '--'"
></div>
</
template
>
</el-table-column>
<el-table-column
prop=
"shouldCapiConv"
label=
"应缴金额"
></el-table-column>
<el-table-column
prop=
"stockPercent"
label=
"持股比例"
></el-table-column>
<el-table-column
prop=
""
label=
"法定代表人"
>
...
...
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