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
3f0a2e72
Commit
3f0a2e72
authored
Feb 01, 2024
by
huangjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
集团详情-土地交易
parent
43d519ac
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
6 deletions
+5
-6
export-dialog.vue
dsk-operate-ui/src/views/component/export-dialog.vue
+1
-1
landtransaction.vue
...c/views/detail/groupAccount/component/landtransaction.vue
+4
-5
No files found.
dsk-operate-ui/src/views/component/export-dialog.vue
View file @
3f0a2e72
...
...
@@ -93,7 +93,7 @@ export default {
},
methods
:
{
handleEXCEL
(){
if
(
value
<=
2000
){
if
(
this
.
value
<=
2000
){
this
.
loading
=
true
;
}
this
.
$nextTick
(()
=>
{
...
...
dsk-operate-ui/src/views/detail/groupAccount/component/landtransaction.vue
View file @
3f0a2e72
...
...
@@ -28,10 +28,9 @@
<div
v-if=
"scope.row.companyId&&scope.row.companyName"
class=
"a-link"
@
click=
"getUipIdByCid(scope.row.companyId)"
v-html=
"scope.row.companyName"
></div>
<div
v-else
v-html=
"scope.row.companyName || '--'"
></div>
</
template
>
<
template
slot=
"landAddr"
slot-scope=
"scope"
>
<div>
{{
scope
.
row
.
landAddr
||
'--'
}}
</div>
<
template
slot=
"projectName"
slot-scope=
"scope"
>
<div
v-if=
"scope.row.id&&scope.row.projectName"
class=
"a-link"
@
click=
"getDetail(scope.row.id)"
v-html=
"scope.row.projectName"
></div>
<div
v-else
v-html=
"scope.row.projectName || '--'"
></div>
</
template
>
<
template
slot=
"stockPercent"
slot-scope=
"scope"
>
<div>
{{
scope
.
row
.
stockPercent
||
'--'
}}{{
scope
.
row
.
stockPercent
?
'%'
:
''
}}
</div>
...
...
@@ -69,7 +68,7 @@
forData
:
[
{
label
:
'受让人/集团成员'
,
prop
:
'companyName'
,
minWidth
:
'285'
,
slot
:
true
},
{
label
:
'持股比例'
,
prop
:
'stockPercent'
,
minWidth
:
'100'
,
slot
:
true
},
{
label
:
'项目名称'
,
prop
:
'projectName'
,
minWidth
:
'285'
},
{
label
:
'项目名称'
,
prop
:
'projectName'
,
minWidth
:
'285'
,
slot
:
true
},
{
label
:
'成交金额(万元)'
,
prop
:
'transactionPrice'
,
minWidth
:
'120'
},
{
label
:
'行政区划'
,
prop
:
'domicile'
,
minWidth
:
'180'
},
{
label
:
'出让面积(平方米)'
,
prop
:
'acreage'
,
minWidth
:
'150'
},
...
...
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