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
2c539d3f
Commit
2c539d3f
authored
Jun 14, 2023
by
zhangyi
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
4cb6bdcb
5b0f5079
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
landtransaction.vue
...te-ui/src/views/detail/party-a/opport/landtransaction.vue
+2
-2
index.vue
dsk-operate-ui/src/views/detail/party-b/index.vue
+2
-1
No files found.
dsk-operate-ui/src/views/detail/party-a/opport/landtransaction.vue
View file @
2c539d3f
...
@@ -53,10 +53,10 @@ export default {
...
@@ -53,10 +53,10 @@ export default {
{
label
:
'行业分类'
,
prop
:
'industry'
,
width
:
'100'
},
{
label
:
'行业分类'
,
prop
:
'industry'
,
width
:
'100'
},
{
label
:
'供地方式'
,
prop
:
'supplyLandWay'
,
width
:
'100'
},
{
label
:
'供地方式'
,
prop
:
'supplyLandWay'
,
width
:
'100'
},
{
label
:
'土地坐落'
,
prop
:
'landAddr'
,
minWidth
:
'130'
},
{
label
:
'土地坐落'
,
prop
:
'landAddr'
,
minWidth
:
'130'
},
{
label
:
'成交金额(万元)'
,
prop
:
'transactionPrice'
,
sortable
:
'custom'
,
descending
:
'
3'
,
ascending
:
'4
'
,
width
:
'140'
},
{
label
:
'成交金额(万元)'
,
prop
:
'transactionPrice'
,
sortable
:
'custom'
,
descending
:
'
1'
,
ascending
:
'2
'
,
width
:
'140'
},
{
label
:
'总面积(㎡)'
,
prop
:
'acreage'
,
sortable
:
'custom'
,
descending
:
'11'
,
ascending
:
'12'
,
width
:
'130'
},
{
label
:
'总面积(㎡)'
,
prop
:
'acreage'
,
sortable
:
'custom'
,
descending
:
'11'
,
ascending
:
'12'
,
width
:
'130'
},
{
label
:
'批准单位'
,
prop
:
'authority'
,
width
:
'130'
},
{
label
:
'批准单位'
,
prop
:
'authority'
,
width
:
'130'
},
{
label
:
'签订日期'
,
prop
:
'contractSignTime'
,
sortable
:
'custom'
,
descending
:
'
1'
,
ascending
:
'2
'
,
width
:
'130'
}
{
label
:
'签订日期'
,
prop
:
'contractSignTime'
,
sortable
:
'custom'
,
descending
:
'
3'
,
ascending
:
'4
'
,
width
:
'130'
}
],
],
formData
:
[
formData
:
[
{
type
:
4
,
fieldName
:
'landUse'
,
value
:
''
,
placeholder
:
'土地用途'
,
options
:
[]},
{
type
:
4
,
fieldName
:
'landUse'
,
value
:
''
,
placeholder
:
'土地用途'
,
options
:
[]},
...
...
dsk-operate-ui/src/views/detail/party-b/index.vue
View file @
2c539d3f
...
@@ -21,7 +21,8 @@ export default {
...
@@ -21,7 +21,8 @@ export default {
created
()
{
created
()
{
if
(
this
.
$route
.
params
.
id
)
{
// 获取companyId
if
(
this
.
$route
.
params
.
id
)
{
// 获取companyId
this
.
loading
=
true
this
.
loading
=
true
this
.
src
=
`https://pre-plug.jiansheku.com/enterprise/
${
this
.
$route
.
params
.
id
}
?secretId=
${
this
.
secretId
}
`
// this.src = `https://pre-plug.jiansheku.com/enterprise/${this.$route.params.id}?secretId=${this.secretId}`
this
.
src
=
`http://192.168.60.30:3300/enterprise/
${
this
.
$route
.
params
.
id
}
?secretId=
${
this
.
secretId
}
`
}
}
},
},
mounted
()
{
mounted
()
{
...
...
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