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
abb1a6d7
Commit
abb1a6d7
authored
Feb 01, 2024
by
huangjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
集团详情-土地交易
parent
3fdfa7ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
34 deletions
+5
-34
landtransaction.vue
...c/views/detail/groupAccount/component/landtransaction.vue
+5
-34
No files found.
dsk-operate-ui/src/views/detail/groupAccount/component/landtransaction.vue
View file @
abb1a6d7
...
...
@@ -25,40 +25,11 @@
@
handle-current-change=
"handleCurrentChange"
>
<template
slot=
"companyName"
slot-scope=
"scope"
>
<el-tooltip
v-if=
"scope.row.Names.length>19"
class=
"item"
effect=
"dark"
:content=
"scope.row.Names"
placement=
"top"
>
<div
class=
"minwid"
>
<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>
</div>
</el-tooltip>
<div
v-else
>
<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>
</div>
</
template
>
<
template
slot=
"projectName"
slot-scope=
"scope"
>
<el-tooltip
v-if=
"scope.row.projectName.length>19"
class=
"item"
effect=
"dark"
:content=
"scope.row.projectName"
placement=
"top"
>
<div
class=
"minwid"
>
<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>
</div>
</el-tooltip>
<div
v-else
class=
"minwid"
>
<div
class=
"minwid"
>
<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>
</div>
</div>
<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"
>
<el-tooltip
v-if=
"scope.row.landAddr.length>19"
class=
"item"
effect=
"dark"
:content=
"scope.row.landAddr"
placement=
"top"
>
<div
class=
"minwid"
>
<div>
{{
scope
.
row
.
landAddr
||
'--'
}}
</div>
</div>
</el-tooltip>
<div
v-else
>
<div>
{{
scope
.
row
.
landAddr
||
'--'
}}
</div>
</
template
>
...
...
@@ -98,13 +69,13 @@
forData
:
[
{
label
:
'受让人/集团成员'
,
prop
:
'companyName'
,
minWidth
:
'285'
,
slot
:
true
},
{
label
:
'持股比例'
,
prop
:
'stockPercent'
,
minWidth
:
'100'
,
slot
:
true
},
{
label
:
'项目名称'
,
prop
:
'projectName'
,
minWidth
:
'285'
,
slot
:
true
},
{
label
:
'项目名称'
,
prop
:
'projectName'
,
minWidth
:
'285'
},
{
label
:
'成交金额(万元)'
,
prop
:
'transactionPrice'
,
minWidth
:
'120'
},
{
label
:
'行政区划'
,
prop
:
'domicile'
,
minWidth
:
'180'
},
{
label
:
'出让面积(平方米)'
,
prop
:
'acreage'
,
minWidth
:
'150'
},
{
label
:
'土地用途'
,
prop
:
'landUse'
,
minWidth
:
'120'
},
{
label
:
'供应方式'
,
prop
:
'supplyLandWay'
,
minWidth
:
'100'
},
{
label
:
'土地坐落'
,
prop
:
'landAddr'
,
minWidth
:
'285'
,
slot
:
true
},
{
label
:
'土地坐落'
,
prop
:
'landAddr'
,
minWidth
:
'285'
},
{
label
:
'合同签订日期'
,
prop
:
'contractSignTime'
,
minWidth
:
'120'
},
],
formData
:
[
...
...
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