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
ce6930fb
Commit
ce6930fb
authored
Jun 19, 2023
by
xiongjinke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
3775c318
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
22 additions
and
8 deletions
+22
-8
index.vue
dsk-operate-ui/src/views/detail/party-a/cooperate/index.vue
+3
-3
regionalEconomies.vue
...iews/detail/party-a/urbanLnvestment/regionalEconomies.vue
+7
-3
sameRegion.vue
...i/src/views/detail/party-a/urbanLnvestment/sameRegion.vue
+12
-2
No files found.
dsk-operate-ui/src/views/detail/party-a/cooperate/index.vue
View file @
ce6930fb
...
@@ -86,17 +86,17 @@
...
@@ -86,17 +86,17 @@
</div>
</div>
</el-form-item>
</el-form-item>
<el-form-item
label=
"项目阶段:"
prop=
"projectStage"
>
<el-form-item
label=
"项目阶段:"
prop=
"projectStage"
>
<el-select
v-model=
"addParam.projectStage"
style=
"width: 100%"
class=
"form-content-width"
placeholder=
"请选择项目
状态
"
>
<el-select
v-model=
"addParam.projectStage"
style=
"width: 100%"
class=
"form-content-width"
placeholder=
"请选择项目
阶段
"
>
<el-option
v-for=
"(item, index) in projectStage"
:key=
"index"
:label=
"item.dictLabel"
:value=
"item.dictValue"
/>
<el-option
v-for=
"(item, index) in projectStage"
:key=
"index"
:label=
"item.dictLabel"
:value=
"item.dictValue"
/>
</el-select>
</el-select>
</el-form-item>
</el-form-item>
<el-form-item
label=
"项目类型:"
prop=
"projectType"
>
<el-form-item
label=
"项目类型:"
prop=
"projectType"
>
<el-select
v-model=
"addParam.projectType"
style=
"width: 100%"
class=
"form-content-width"
placeholder=
"请选择项目
阶段
"
>
<el-select
v-model=
"addParam.projectType"
style=
"width: 100%"
class=
"form-content-width"
placeholder=
"请选择项目
类型
"
>
<el-option
v-for=
"(item, index) in projectType"
:key=
"index"
:label=
"item.dictLabel"
:value=
"item.dictValue"
/>
<el-option
v-for=
"(item, index) in projectType"
:key=
"index"
:label=
"item.dictLabel"
:value=
"item.dictValue"
/>
</el-select>
</el-select>
</el-form-item>
</el-form-item>
<el-form-item
label=
"项目类别:"
prop=
"projectCategory"
>
<el-form-item
label=
"项目类别:"
prop=
"projectCategory"
>
<el-select
v-model=
"addParam.projectCategory"
style=
"width: 100%"
class=
"form-content-width"
placeholder=
"请选择项目
阶段
"
>
<el-select
v-model=
"addParam.projectCategory"
style=
"width: 100%"
class=
"form-content-width"
placeholder=
"请选择项目
类别
"
>
<el-option
v-for=
"(item, index) in projectCategory"
:key=
"index"
:label=
"item.dictLabel"
:value=
"item.dictValue"
/>
<el-option
v-for=
"(item, index) in projectCategory"
:key=
"index"
:label=
"item.dictLabel"
:value=
"item.dictValue"
/>
</el-select>
</el-select>
</el-form-item>
</el-form-item>
...
...
dsk-operate-ui/src/views/detail/party-a/urbanLnvestment/regionalEconomies.vue
View file @
ce6930fb
...
@@ -94,6 +94,10 @@ export default {
...
@@ -94,6 +94,10 @@ export default {
prop
:
'industryTotalValue'
,
prop
:
'industryTotalValue'
,
label
:
'工业总产值(亿元)'
,
label
:
'工业总产值(亿元)'
,
},
},
{
prop
:
'fixedInvestment'
,
label
:
'固定资产投资(亿元)'
,
},
{
{
prop
:
'realEstateInvestment'
,
prop
:
'realEstateInvestment'
,
label
:
'房地产开发投资(亿元)'
,
label
:
'房地产开发投资(亿元)'
,
...
@@ -291,9 +295,9 @@ export default {
...
@@ -291,9 +295,9 @@ export default {
}
}
}
}
::v-deep
.el-table__body-wrapper
tr
:nth-child
(
2
)
td
:first-child
,
::v-deep
.el-table__body-wrapper
tr
:nth-child
(
2
)
td
,
::v-deep
.el-table__body-wrapper
tr
:nth-child
(
1
6
)
td
:first-chil
d
,
::v-deep
.el-table__body-wrapper
tr
:nth-child
(
1
7
)
t
d
,
::v-deep
.el-table__body-wrapper
tr
:nth-child
(
2
8
)
td
:first-chil
d
{
::v-deep
.el-table__body-wrapper
tr
:nth-child
(
2
9
)
t
d
{
font-weight
:
bold
;
font-weight
:
bold
;
color
:
#232323
;
color
:
#232323
;
}
}
...
...
dsk-operate-ui/src/views/detail/party-a/urbanLnvestment/sameRegion.vue
View file @
ce6930fb
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
<span
class=
"wrap_label"
>
行政等级
</span>
<span
class=
"wrap_label"
>
行政等级
</span>
<div
class=
"item_ckquery"
>
<div
class=
"item_ckquery"
>
<span
:class=
"
{color_text:queryParams.uipExecutiveLevel == ''}" @click="changeXZDJ('')">全部
</span>
<span
:class=
"
{color_text:queryParams.uipExecutiveLevel == ''}" @click="changeXZDJ('')">全部
</span>
<template
v-for=
"(item,index) in
xzdj
"
>
<template
v-for=
"(item,index) in
uipGroupDatalist.uipExecutiveLevel
"
>
<span
:class=
"
{color_text:item == queryParams.uipExecutiveLevel}" @click="changeXZDJ(item)">
{{
item
}}
</span>
<span
:class=
"
{color_text:item == queryParams.uipExecutiveLevel}" @click="changeXZDJ(item)">
{{
item
}}
</span>
</
template
>
</
template
>
</div>
</div>
...
@@ -101,6 +101,16 @@
...
@@ -101,6 +101,16 @@
<router-link
:to=
"`/enterprise/$
{encodeStr(scope.row.companyId)}`" tag="a" class="a-link" v-if="scope.row.companyId
&&
scope.row.companyName " v-html="scope.row.companyName">
</router-link>
<router-link
:to=
"`/enterprise/$
{encodeStr(scope.row.companyId)}`" tag="a" class="a-link" v-if="scope.row.companyId
&&
scope.row.companyName " v-html="scope.row.companyName">
</router-link>
<div
v-else
v-html=
"scope.row.companyName || '--'"
></div>
<div
v-else
v-html=
"scope.row.companyName || '--'"
></div>
</
template
>
</
template
>
<
template
slot=
"area"
slot-scope=
"scope"
>
<template
v-if=
"scope.row.province || scope.row.city || scope.row.area"
>
<span
v-if=
"scope.row.province"
>
{{
scope
.
row
.
province
}}
</span>
<span
v-if=
"scope.row.city"
>
<span
v-if=
"scope.row.province"
>
-
</span>
{{
scope
.
row
.
city
}}
</span>
<span
v-if=
"scope.row.area"
>
<span
v-if=
"scope.row.city"
>
-
</span>
{{
scope
.
row
.
area
}}
</span>
</
template
>
<
template
v-else
>
--
</
template
>
</template>
</tables>
</tables>
</div>
</div>
...
@@ -137,7 +147,7 @@ export default {
...
@@ -137,7 +147,7 @@ export default {
},
},
forData
:
[
forData
:
[
{
label
:
'企业名称'
,
prop
:
'companyName'
,
width
:
'369'
,
slot
:
true
},
{
label
:
'企业名称'
,
prop
:
'companyName'
,
width
:
'369'
,
slot
:
true
},
{
label
:
'区域'
,
prop
:
'area'
,
width
:
'1
00'
},
{
label
:
'区域'
,
prop
:
'area'
,
width
:
'1
20'
,
slot
:
true
},
{
label
:
'招标数量'
,
prop
:
'biddingCount'
,
width
:
'100'
,
sortable
:
true
},
{
label
:
'招标数量'
,
prop
:
'biddingCount'
,
width
:
'100'
,
sortable
:
true
},
{
label
:
'城投拿地'
,
prop
:
'landInfoCount'
,
width
:
'100'
,
sortable
:
true
},
{
label
:
'城投拿地'
,
prop
:
'landInfoCount'
,
width
:
'100'
,
sortable
:
true
},
{
label
:
'供应商'
,
prop
:
'supplierCount'
,
width
:
'100'
,
sortable
:
true
},
{
label
:
'供应商'
,
prop
:
'supplierCount'
,
width
:
'100'
,
sortable
:
true
},
...
...
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