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
97809841
Commit
97809841
authored
Aug 29, 2023
by
danfuman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
b6a7c074
Changes
16
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
862 additions
and
303 deletions
+862
-303
index.scss
dsk-operate-ui/src/assets/styles/index.scss
+2
-1
Navbar.vue
dsk-operate-ui/src/layout/components/Navbar.vue
+1
-1
index.vue
dsk-operate-ui/src/views/custom/customList/index.vue
+164
-162
index.vue
...operate-ui/src/views/custom/historicalCustomers/index.vue
+6
-6
index.vue
dsk-operate-ui/src/views/custom/overview/index.vue
+2
-10
Sidebar.vue
...te-ui/src/views/detail/groupAccount/component/Sidebar.vue
+2
-0
members.vue
...te-ui/src/views/detail/groupAccount/component/members.vue
+7
-3
zhaobiao.vue
...e-ui/src/views/detail/groupAccount/component/zhaobiao.vue
+542
-0
index.vue
dsk-operate-ui/src/views/detail/groupAccount/index.vue
+4
-1
HeadForm.vue
...perate-ui/src/views/detail/party-a/component/HeadForm.vue
+11
-10
index.vue
...te-ui/src/views/enterpriseData/components/Owner/index.vue
+82
-82
localEconomy.vue
...e-ui/src/views/macro/economies/component/localEconomy.vue
+1
-0
index.vue
dsk-operate-ui/src/views/macro/enterprises/index.vue
+18
-4
index.vue
dsk-operate-ui/src/views/macro/financing/index.vue
+0
-1
qgjjdq.vue
...ui/src/views/macro/nationalEconomies/component/qgjjdq.vue
+1
-2
index.vue
dsk-operate-ui/src/views/macro/urban/index.vue
+19
-20
No files found.
dsk-operate-ui/src/assets/styles/index.scss
View file @
97809841
...
@@ -121,7 +121,7 @@ aside {
...
@@ -121,7 +121,7 @@ aside {
//main-container全局样式
//main-container全局样式
.app-container
{
.app-container
{
padding
:
16px
;
//
padding: 16px;
//margin-top: 56px;
//margin-top: 56px;
}
}
...
@@ -223,6 +223,7 @@ ul, li {
...
@@ -223,6 +223,7 @@ ul, li {
.app-container
{
.app-container
{
margin
:
12px
24px
;
margin
:
12px
24px
;
background-color
:
#f5f5f5
;
background-color
:
#f5f5f5
;
padding-bottom
:
16px
!
important
;
.el-input__inner
{
.el-input__inner
{
border-color
:
#D9D9D9
;
border-color
:
#D9D9D9
;
color
:
#232323
;
color
:
#232323
;
...
...
dsk-operate-ui/src/layout/components/Navbar.vue
View file @
97809841
...
@@ -88,7 +88,7 @@ export default {
...
@@ -88,7 +88,7 @@ export default {
overflow
:
inherit
;
overflow
:
inherit
;
/*position: relative;*/
/*position: relative;*/
background
:
#fff
;
background
:
#fff
;
box-shadow
:
0
1px
4px
rgba
(
0
,
21
,
41
,.
08
);
/*box-shadow: 0 1px 4px rgba(0,21,41,.08);*/
position
:
fixed
;
position
:
fixed
;
top
:
0
;
top
:
0
;
z-index
:
999
;
z-index
:
999
;
...
...
dsk-operate-ui/src/views/custom/customList/index.vue
View file @
97809841
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
</div>
</div>
<div
class=
"app-container"
>
<div
class=
"app-container"
>
<el-card
class=
"box-card noborder"
>
<el-card
class=
"box-card noborder"
>
<div
class=
"tables"
>
<div
class=
"tables
"
>
<div
class=
"empty"
v-if=
"tableData.total==0 && !isSkeleton"
>
<div
class=
"empty"
v-if=
"tableData.total==0 && !isSkeleton"
>
<img
src=
"@/assets/images/project/empty.png"
>
<img
src=
"@/assets/images/project/empty.png"
>
<div
class=
"p1"
>
抱歉,没找到相关数据
</div>
<div
class=
"p1"
>
抱歉,没找到相关数据
</div>
...
@@ -60,7 +60,8 @@
...
@@ -60,7 +60,8 @@
</div>
</div>
</div>
</div>
<skeleton
v-if=
"isSkeleton"
></skeleton>
<skeleton
v-if=
"isSkeleton"
></skeleton>
<el-table
v-show=
"!isSkeleton&&tableData.total > 0"
class=
"fixed-table"
max-height=
"640"
ref=
"thistables"
<div
class=
"table-item"
>
<el-table
v-show=
"!isSkeleton&&tableData.total > 0"
class=
"fixed-table"
v-horizontal-scroll=
"'always'"
ref=
"thistables"
:data=
"tableData.rows"
:data=
"tableData.rows"
stripe
border
stripe
border
style=
"width: 100%"
>
style=
"width: 100%"
>
...
@@ -68,7 +69,7 @@
...
@@ -68,7 +69,7 @@
prop=
"index"
prop=
"index"
label=
"序号"
label=
"序号"
fixed=
"left"
fixed=
"left"
width=
"47
"
>
width=
"60
"
>
<template
slot-scope=
'scope'
>
<template
slot-scope=
'scope'
>
<span>
{{
(
searchParam
.
pageNum
-
1
)
*
searchParam
.
pageSize
+
scope
.
$index
+
1
}}
</span>
<span>
{{
(
searchParam
.
pageNum
-
1
)
*
searchParam
.
pageSize
+
scope
.
$index
+
1
}}
</span>
</
template
>
</
template
>
...
@@ -96,7 +97,7 @@
...
@@ -96,7 +97,7 @@
<el-table-column
<el-table-column
prop=
"cooperationProject"
prop=
"cooperationProject"
label=
"合作项目"
label=
"合作项目"
width=
"76
"
>
width=
"90
"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
cooperationProject
||
'--'
}}
{{
scope
.
row
.
cooperationProject
||
'--'
}}
</
template
>
</
template
>
...
@@ -104,7 +105,7 @@
...
@@ -104,7 +105,7 @@
<el-table-column
<el-table-column
prop=
"followProject"
prop=
"followProject"
label=
"跟进项目"
label=
"跟进项目"
width=
"76
"
>
width=
"90
"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
followProject
||
'--'
}}
{{
scope
.
row
.
followProject
||
'--'
}}
</
template
>
</
template
>
...
@@ -112,7 +113,7 @@
...
@@ -112,7 +113,7 @@
<el-table-column
<el-table-column
prop=
"reserveProject"
prop=
"reserveProject"
label=
"储备项目"
label=
"储备项目"
width=
"76
"
>
width=
"90
"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
reserveProject
||
'--'
}}
{{
scope
.
row
.
reserveProject
||
'--'
}}
</
template
>
</
template
>
...
@@ -136,28 +137,28 @@
...
@@ -136,28 +137,28 @@
<el-table-column
<el-table-column
prop=
"registerCapitalStr"
prop=
"registerCapitalStr"
label=
"注册资本金(万元)"
label=
"注册资本金(万元)"
width=
"14
0"
>
width=
"16
0"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<span
v-if=
"scope.row.registerCapital && scope.row.registerCapital>0"
>
{{
scope
.
row
.
registerCapital
}}
</span><span
v-else
>
--
</span>
<span
v-if=
"scope.row.registerCapital && scope.row.registerCapital>0"
>
{{
scope
.
row
.
registerCapital
}}
</span><span
v-else
>
--
</span>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
<el-table-column
prop=
"creditLevel"
prop=
"creditLevel"
label=
"企业主体评级"
width=
"10
0"
>
label=
"企业主体评级"
width=
"12
0"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
creditLevel
||
'--'
}}
{{
scope
.
row
.
creditLevel
||
'--'
}}
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
<el-table-column
prop=
"isOn"
prop=
"isOn"
label=
"上市公司"
width=
"76
"
>
label=
"上市公司"
width=
"90
"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
isOn
==
1
?
"是"
:
"否"
}}
{{
scope
.
row
.
isOn
==
1
?
"是"
:
"否"
}}
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
<el-table-column
prop=
"isMajor"
prop=
"isMajor"
label=
"局级大客户"
width=
"88
"
>
label=
"局级大客户"
width=
"90
"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<span
v-if=
"scope.row.isMajor != null"
>
<span
v-if=
"scope.row.isMajor != null"
>
{{
scope
.
row
.
isMajor
==
1
?
"是"
:
"否"
}}
{{
scope
.
row
.
isMajor
==
1
?
"是"
:
"否"
}}
...
@@ -167,35 +168,35 @@
...
@@ -167,35 +168,35 @@
</el-table-column>
</el-table-column>
<el-table-column
<el-table-column
prop=
"customerLevel"
prop=
"customerLevel"
label=
"客户等级"
width=
"76
"
>
label=
"客户等级"
width=
"90
"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
customerLevel
||
'--'
}}
{{
scope
.
row
.
customerLevel
||
'--'
}}
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
<el-table-column
prop=
"companyNature"
prop=
"companyNature"
label=
"客户性质"
width=
"76
"
>
label=
"客户性质"
width=
"90
"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
companyNature
||
'--'
}}
{{
scope
.
row
.
companyNature
||
'--'
}}
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
<el-table-column
prop=
"companyLevel"
prop=
"companyLevel"
label=
"客户级别"
width=
"76
"
>
label=
"客户级别"
width=
"90
"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
companyLevel
||
'--'
}}
{{
scope
.
row
.
companyLevel
||
'--'
}}
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
<el-table-column
prop=
"address"
prop=
"address"
label=
"企业母公司"
width=
"268
"
>
label=
"企业母公司"
width=
"200
"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<div
class=
""
>
{{
scope
.
row
.
superCompany
||
'--'
}}
</div>
<div
class=
""
>
{{
scope
.
row
.
superCompany
||
'--'
}}
</div>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
:key=
"keys"
<el-table-column
:key=
"keys"
prop=
"mainBusiness"
prop=
"mainBusiness"
label=
"主营业务"
width=
"4
00"
>
label=
"主营业务"
width=
"3
00"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<div
v-if=
"scope.row.mainBusiness == null || scope.row.mainBusiness == ''"
>
--
</div>
<div
v-if=
"scope.row.mainBusiness == null || scope.row.mainBusiness == ''"
>
--
</div>
<div
v-if=
"scope.row.mainBusiness1"
>
<div
v-if=
"scope.row.mainBusiness1"
>
...
@@ -207,7 +208,7 @@
...
@@ -207,7 +208,7 @@
</el-table-column>
</el-table-column>
<el-table-column
<el-table-column
prop=
"companyAttribute"
:key=
"keys+2"
prop=
"companyAttribute"
:key=
"keys+2"
label=
"发包属性"
width=
"4
00"
>
label=
"发包属性"
width=
"3
00"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<div
v-if=
"scope.row.companyAttribute == null || scope.row.companyAttribute == ''"
>
--
</div>
<div
v-if=
"scope.row.companyAttribute == null || scope.row.companyAttribute == ''"
>
--
</div>
<div
v-if=
"scope.row.companyAttribute1"
>
<div
v-if=
"scope.row.companyAttribute1"
>
...
@@ -225,6 +226,7 @@
...
@@ -225,6 +226,7 @@
</
template
>
</
template
>
</el-table-column>
</el-table-column>
</el-table>
</el-table>
</div>
<div
class=
"bottems"
v-if=
"tableData.total>searchParam.pageSize"
>
<div
class=
"bottems"
v-if=
"tableData.total>searchParam.pageSize"
>
<el-pagination
<el-pagination
background
background
...
...
dsk-operate-ui/src/views/custom/historicalCustomers/index.vue
View file @
97809841
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
</div>
</div>
</div>
</div>
<skeleton
v-if=
"isSkeleton"
></skeleton>
<skeleton
v-if=
"isSkeleton"
></skeleton>
<el-table
v-if=
"!isSkeleton&&tableData.total > 0"
class=
"fixed-table"
max-height=
"640"
<el-table
v-if=
"!isSkeleton&&tableData.total > 0"
class=
"fixed-table"
v-horizontal-scroll=
"'always'"
max-height=
"640"
:data=
"tableData.rows"
:data=
"tableData.rows"
stripe
border
stripe
border
style=
"width: 100%"
>
style=
"width: 100%"
>
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
prop=
"index"
prop=
"index"
label=
"序号"
label=
"序号"
fixed=
"left"
fixed=
"left"
width=
"
47
"
>
width=
"
60
"
>
<template
slot-scope=
'scope'
>
<template
slot-scope=
'scope'
>
<span>
{{
(
searchParam
.
pageNum
-
1
)
*
searchParam
.
pageSize
+
scope
.
$index
+
1
}}
</span>
<span>
{{
(
searchParam
.
pageNum
-
1
)
*
searchParam
.
pageSize
+
scope
.
$index
+
1
}}
</span>
</
template
>
</
template
>
...
@@ -51,7 +51,7 @@
...
@@ -51,7 +51,7 @@
<el-table-column
<el-table-column
prop=
"cooperationProject"
prop=
"cooperationProject"
label=
"合作项目"
label=
"合作项目"
width=
"
76
"
>
width=
"
90
"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
cooperationProject
||
'--'
}}
{{
scope
.
row
.
cooperationProject
||
'--'
}}
</
template
>
</
template
>
...
@@ -59,7 +59,7 @@
...
@@ -59,7 +59,7 @@
<el-table-column
<el-table-column
prop=
"followProject"
prop=
"followProject"
label=
"跟进项目"
label=
"跟进项目"
width=
"
76
"
>
width=
"
90
"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
followProject
||
'--'
}}
{{
scope
.
row
.
followProject
||
'--'
}}
</
template
>
</
template
>
...
@@ -67,7 +67,7 @@
...
@@ -67,7 +67,7 @@
<el-table-column
<el-table-column
prop=
"reserveProject"
prop=
"reserveProject"
label=
"储备项目"
label=
"储备项目"
width=
"
76
"
>
width=
"
90
"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
reserveProject
||
'--'
}}
{{
scope
.
row
.
reserveProject
||
'--'
}}
</
template
>
</
template
>
...
@@ -91,7 +91,7 @@
...
@@ -91,7 +91,7 @@
<el-table-column
<el-table-column
prop=
"registerCapitalStr"
prop=
"registerCapitalStr"
label=
"注册资本金(万元)"
label=
"注册资本金(万元)"
width=
"1
4
0"
>
width=
"1
6
0"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<span
v-if=
"scope.row.registerCapital && scope.row.registerCapital>0"
>
{{
scope
.
row
.
registerCapital
}}
</span><span
v-else
>
--
</span>
<span
v-if=
"scope.row.registerCapital && scope.row.registerCapital>0"
>
{{
scope
.
row
.
registerCapital
}}
</span><span
v-else
>
--
</span>
</
template
>
</
template
>
...
...
dsk-operate-ui/src/views/custom/overview/index.vue
View file @
97809841
...
@@ -108,7 +108,7 @@
...
@@ -108,7 +108,7 @@
<div
class=
"content_wap3"
>
<div
class=
"content_wap3"
>
<div
class=
"flex-box query-box"
>
<div
class=
"flex-box query-box"
>
<div
class=
"flex-box query-params"
>
<div
class=
"flex-box query-params"
>
<span
class=
"title"
>
跟进动态
</span>
<span
class=
"
item_
title"
>
跟进动态
</span>
</div>
</div>
<div
class=
"flex-box time-label"
>
<div
class=
"flex-box time-label"
>
<div
class=
"labels"
>
<div
class=
"labels"
>
...
@@ -689,14 +689,6 @@
...
@@ -689,14 +689,6 @@
border
:
1px
solid
#0081FF
;
border
:
1px
solid
#0081FF
;
color
:
#ffffff
;
color
:
#ffffff
;
background
:
#0081FF
;
background
:
#0081FF
;
/*.el-button{*/
/*border: 1px solid #0081FF;*/
/*span{*/
/*color: #ffffff;*/
/*background: #0081FF;*/
/*border: 1px solid #0081FF;*/
/*}*/
/*}*/
}
}
...
@@ -856,7 +848,7 @@
...
@@ -856,7 +848,7 @@
.query-box
{
.query-box
{
padding
:
16px
;
padding
:
16px
;
}
}
.title
{
.
item_
title
{
font-weight
:
700
;
font-weight
:
700
;
color
:
#232323
;
color
:
#232323
;
font-size
:
16px
;
font-size
:
16px
;
...
...
dsk-operate-ui/src/views/detail/groupAccount/component/Sidebar.vue
View file @
97809841
...
@@ -53,12 +53,14 @@ export default {
...
@@ -53,12 +53,14 @@ export default {
{
title
:
'集团成员'
,
pathName
:
'members'
},
{
title
:
'集团成员'
,
pathName
:
'members'
},
{
title
:
'集团资质'
,
pathName
:
'qualifications'
},
{
title
:
'集团资质'
,
pathName
:
'qualifications'
},
{
title
:
'集团业绩'
,
pathName
:
'performance'
},
{
title
:
'集团业绩'
,
pathName
:
'performance'
},
{
title
:
'集团招标'
,
pathName
:
'zhaobiao'
},
],
],
defaultRoute
:
[],
defaultRoute
:
[],
customer
:[
customer
:[
'members'
,
'members'
,
'qualifications'
,
'qualifications'
,
'performance'
,
'performance'
,
'zhaobiao'
,
],
],
uniqueOpened
:
false
,
uniqueOpened
:
false
,
searchIndex
:
''
searchIndex
:
''
...
...
dsk-operate-ui/src/views/detail/groupAccount/component/members.vue
View file @
97809841
...
@@ -171,7 +171,7 @@
...
@@ -171,7 +171,7 @@
qyType
:[],
qyType
:[],
cgblList
:[
'100%'
,
'50%以上'
,
'20%以上'
,
'5%以上'
,
'1%-5%'
],
cgblList
:[
'100%'
,
'50%以上'
,
'20%以上'
,
'5%以上'
,
'1%-5%'
],
cgblName
:
''
,
cgblName
:
''
,
paramsData
:
[]
,
//储存组件筛选的条件
paramsData
:
{}
,
//储存组件筛选的条件
}
}
},
},
watch
:{
watch
:{
...
@@ -244,7 +244,7 @@
...
@@ -244,7 +244,7 @@
}
}
},
},
handleQuery
(
params
){
handleQuery
(
params
){
this
.
paramsData
=
params
;
this
.
paramsData
=
params
||
{}
;
this
.
tableLoading
=
true
this
.
tableLoading
=
true
let
data
=
this
.
getAreaList
(
params
||
this
.
queryParams
)
let
data
=
this
.
getAreaList
(
params
||
this
.
queryParams
)
memberList
(
data
).
then
(
res
=>
{
memberList
(
data
).
then
(
res
=>
{
...
@@ -400,7 +400,11 @@
...
@@ -400,7 +400,11 @@
},
},
sortChange
({
column
,
prop
,
order
}){
sortChange
({
column
,
prop
,
order
}){
this
.
queryParams
.
orderName
=
prop
this
.
queryParams
.
orderName
=
prop
this
.
paramsData
.
orderName
=
prop
this
.
paramsData
.
orderName
=
prop
;
this
.
paramsData
.
combineId
=
this
.
customerId
;
this
.
paramsData
.
pageNum
=
1
;
this
.
paramsData
.
pageSize
=
20
;
if
(
column
.
order
===
"ascending"
){
if
(
column
.
order
===
"ascending"
){
this
.
queryParams
.
orderType
=
'asc'
this
.
queryParams
.
orderType
=
'asc'
this
.
paramsData
.
orderType
=
'asc'
this
.
paramsData
.
orderType
=
'asc'
...
...
dsk-operate-ui/src/views/detail/groupAccount/component/zhaobiao.vue
0 → 100644
View file @
97809841
This diff is collapsed.
Click to expand it.
dsk-operate-ui/src/views/detail/groupAccount/index.vue
View file @
97809841
...
@@ -15,6 +15,7 @@
...
@@ -15,6 +15,7 @@
<Members
v-if=
"currentPath.pathName=='members'"
:customer-id=
"customerId"
:isSkeleton=
"isSkeleton"
/>
<Members
v-if=
"currentPath.pathName=='members'"
:customer-id=
"customerId"
:isSkeleton=
"isSkeleton"
/>
<Qualifications
v-if=
"currentPath.pathName=='qualifications'"
:customer-id=
"customerId"
:isSkeleton=
"isSkeleton"
:name=
"name"
/>
<Qualifications
v-if=
"currentPath.pathName=='qualifications'"
:customer-id=
"customerId"
:isSkeleton=
"isSkeleton"
:name=
"name"
/>
<Performance
v-if=
"currentPath.pathName=='performance'"
:customer-id=
"customerId"
:isSkeleton=
"isSkeleton"
/>
<Performance
v-if=
"currentPath.pathName=='performance'"
:customer-id=
"customerId"
:isSkeleton=
"isSkeleton"
/>
<Zhaobiao
v-if=
"currentPath.pathName=='zhaobiao'"
:customer-id=
"customerId"
:isSkeleton=
"isSkeleton"
/>
</div>
</div>
</div>
</div>
</div>
</div>
...
@@ -27,12 +28,13 @@
...
@@ -27,12 +28,13 @@
import
Members
from
"./component/members"
import
Members
from
"./component/members"
import
Qualifications
from
"./component/qualifications"
import
Qualifications
from
"./component/qualifications"
import
Performance
from
"./component/performance"
import
Performance
from
"./component/performance"
import
Zhaobiao
from
"./component/zhaobiao"
import
{
infoHeader
}
from
'@/api/detail/party-a/index'
import
{
infoHeader
}
from
'@/api/detail/party-a/index'
import
elementResizeDetectorMaker
from
"element-resize-detector"
import
elementResizeDetectorMaker
from
"element-resize-detector"
export
default
{
export
default
{
name
:
'GroupAccount'
,
name
:
'GroupAccount'
,
components
:{
components
:{
SideBar
,
Members
,
Qualifications
,
Performance
SideBar
,
Members
,
Qualifications
,
Performance
,
Zhaobiao
},
},
data
(){
data
(){
return
{
return
{
...
@@ -83,6 +85,7 @@
...
@@ -83,6 +85,7 @@
width
:
100%
;
width
:
100%
;
background
:
#FFFFFF
;
background
:
#FFFFFF
;
border-radius
:
4px
;
border-radius
:
4px
;
margin-bottom
:
16px
;
}
}
.part-header
{
.part-header
{
font-size
:
16px
;
font-size
:
16px
;
...
...
dsk-operate-ui/src/views/detail/party-a/component/HeadForm.vue
View file @
97809841
<
template
>
<
template
>
<div
class=
"headForm"
>
<div
class=
"headForm"
>
<div
class=
"flex-box query-box"
>
<div
class=
"flex-box query-box"
v-if=
"title === '集团招标'"
>
<div
class=
"flex-box query-params"
>
<div
class=
"flex-box query-params"
>
<span
class=
"common-title"
v-if=
"title"
>
{{
title
}}
</span>
<span
class=
"common-title"
v-if=
"title"
>
{{
title
}}
</span>
<div
class=
"headForm-from"
>
<div
class=
"headForm-from"
>
...
@@ -102,6 +102,7 @@
...
@@ -102,6 +102,7 @@
</div>
</div>
</div>
</div>
</div>
</div>
</template>
</template>
<
script
>
<
script
>
...
...
dsk-operate-ui/src/views/enterpriseData/components/Owner/index.vue
View file @
97809841
...
@@ -149,8 +149,8 @@
...
@@ -149,8 +149,8 @@
</div>
</div>
<skeleton
style=
"margin-left:16px;"
v-if=
"isSkeleton"
></skeleton>
<skeleton
style=
"margin-left:16px;"
v-if=
"isSkeleton"
></skeleton>
<div
class=
" table-item-jf"
v-if=
"!isSkeleton&&tableData.length>0"
>
<div
class=
"
table-item
table-item-jf"
v-if=
"!isSkeleton&&tableData.length>0"
>
<el-table
:data=
"tableData"
:header-cell-style=
"
{ background:'#f0f3fa',color: 'rgba(35,35,35,0.8)'}"
max-height="640
" class="table-item1 fixed-table" border highlight-current-row>
<el-table
:data=
"tableData"
:header-cell-style=
"
{ background:'#f0f3fa',color: 'rgba(35,35,35,0.8)'}"
v-horizontal-scroll="'always'
" class="table-item1 fixed-table" border highlight-current-row>
<el-table-column
type=
"index"
label=
"序号"
fixed
width=
"60"
>
<el-table-column
type=
"index"
label=
"序号"
fixed
width=
"60"
>
<template
slot-scope=
"scope"
>
<template
slot-scope=
"scope"
>
<span>
{{
(
pageNum
-
1
)
*
20
+
scope
.
$index
+
1
}}
</span>
<span>
{{
(
pageNum
-
1
)
*
20
+
scope
.
$index
+
1
}}
</span>
...
@@ -1194,13 +1194,13 @@ export default {
...
@@ -1194,13 +1194,13 @@ export default {
color
:
#0081FF
;
color
:
#0081FF
;
}
}
::v-deep
.el-table--border
.el-table__cell
:first-child
.cell
{
::v-deep
.el-table--border
.el-table__cell
:first-child
.cell
{
padding
:
0px
8px
;
padding
:
0px
8px
;
padding-left
:
12px
;
padding-left
:
12px
;
font-size
:
12px
;
font-size
:
12px
;
font-weight
:
400
;
font-weight
:
400
;
}
}
::v-deep
.el-table
th
.el-table__cell
>
.cell
{
::v-deep
.el-table
th
.el-table__cell
>
.cell
{
padding
:
0px
8px
;
padding
:
0px
8px
!
important
;
padding-left
:
12px
;
padding-left
:
12px
;
font-size
:
12px
;
font-size
:
12px
;
font-weight
:
400
;
font-weight
:
400
;
...
...
dsk-operate-ui/src/views/macro/economies/component/localEconomy.vue
View file @
97809841
...
@@ -22,6 +22,7 @@
...
@@ -22,6 +22,7 @@
v-loading=
"tableLoading"
v-loading=
"tableLoading"
:data=
"tableData"
:data=
"tableData"
border
border
v-horizontal-scroll=
"'always'"
highlight-current-row
highlight-current-row
@
sort-change=
"sortChange"
@
sort-change=
"sortChange"
:default-sort =
"
{prop: 'gdp', order: 'descending'}"
:default-sort =
"
{prop: 'gdp', order: 'descending'}"
...
...
dsk-operate-ui/src/views/macro/enterprises/index.vue
View file @
97809841
...
@@ -20,6 +20,7 @@
...
@@ -20,6 +20,7 @@
collapse-tags
collapse-tags
clearable
></el-cascader>
clearable
></el-cascader>
<el-input
placeholder=
"输入关键词查询"
v-model=
"queryParams.ename"
clearable
@
clear=
"handleSearch()"
>
<el-input
placeholder=
"输入关键词查询"
v-model=
"queryParams.ename"
clearable
@
clear=
"handleSearch()"
>
<i
slot=
"prefix"
class=
"el-icon-search"
></i>
<el-button
slot=
"append"
@
click=
"handleSearch()"
>
搜索
</el-button>
<el-button
slot=
"append"
@
click=
"handleSearch()"
>
搜索
</el-button>
</el-input>
</el-input>
<span
class=
"total"
>
共
{{
tableDataTotal
}}
条
</span>
<span
class=
"total"
>
共
{{
tableDataTotal
}}
条
</span>
...
@@ -31,7 +32,7 @@
...
@@ -31,7 +32,7 @@
v-loading=
"tableLoading"
v-loading=
"tableLoading"
border
border
fit
fit
max-height=
"640
"
v-horizontal-scroll=
"'always'
"
@
sort-change=
"sortChange"
@
sort-change=
"sortChange"
highlight-current-row
highlight-current-row
v-if=
"tableDataTotal > 0 && !isSkeleton"
v-if=
"tableDataTotal > 0 && !isSkeleton"
...
@@ -353,11 +354,13 @@ export default {
...
@@ -353,11 +354,13 @@ export default {
width
:
180px
;
width
:
180px
;
margin-right
:
12px
;
margin-right
:
12px
;
height
:
32px
;
height
:
32px
;
line-height
:
32px
!
important
;
.el-input
{
.el-input
{
width
:
100%
;
width
:
100%
;
height
:
32px
;
height
:
32px
;
.el-input__inner
{
.el-input__inner
{
height
:
32px
!
important
;
height
:
32px
!
important
;
line-height
:
32px
!
important
;
}
}
}
}
.el-cascader__tags
{
.el-cascader__tags
{
...
@@ -378,8 +381,20 @@ export default {
...
@@ -378,8 +381,20 @@ export default {
.el-input__suffix
{
.el-input__suffix
{
margin-top
:
-1px
;
margin-top
:
-1px
;
}
}
.el-icon-search
{
font-size
:
14px
;
line-height
:
32px
;
color
:
#0081FF
;
margin-left
:
6px
;
margin-right
:
4px
;
}
.el-input__inner
:focus
{
.el-input__inner
:focus
{
border-color
:
#e0e0e0
;
border-color
:
#0081FF
;
}
.el-input__inner
:focus
~
.el-input-group__append
{
border
:
1px
solid
#0081FF
;
color
:
#ffffff
;
background
:
#0081FF
;
}
}
.el-input-group__append
{
.el-input-group__append
{
width
:
60px
;
width
:
60px
;
...
@@ -388,8 +403,7 @@ export default {
...
@@ -388,8 +403,7 @@ export default {
background
:
#F5F5F5
;
background
:
#F5F5F5
;
color
:
#0081FF
;
color
:
#0081FF
;
border-left
:
0
;
border-left
:
0
;
border-radius
:
0
;
border-radius
:
2px
;
border-right
:
0
;
}
}
}
}
.total
{
.total
{
...
...
dsk-operate-ui/src/views/macro/financing/index.vue
View file @
97809841
...
@@ -437,7 +437,6 @@ export default {
...
@@ -437,7 +437,6 @@ export default {
.content
{
.content
{
background
:
#ffffff
;
background
:
#ffffff
;
padding
:
16px
;
padding
:
16px
;
margin-bottom
:
16px
;
border-radius
:
4px
;
border-radius
:
4px
;
}
}
.common-title
{
.common-title
{
...
...
dsk-operate-ui/src/views/macro/nationalEconomies/component/qgjjdq.vue
View file @
97809841
...
@@ -29,14 +29,13 @@
...
@@ -29,14 +29,13 @@
</div>
</div>
</div>
</div>
<skeleton
v-if=
"isSkeleton"
style=
"padding: 16px"
></skeleton>
<skeleton
v-if=
"isSkeleton"
style=
"padding: 16px"
></skeleton>
<!--v-horizontal-scroll="'always'"-->
<div
class=
"table-item"
>
<div
class=
"table-item"
>
<el-table
<el-table
class=
"fixed-table"
class=
"fixed-table"
:data=
"tableData"
:data=
"tableData"
element-loading-text=
"Loading"
element-loading-text=
"Loading"
@
sort-change=
"sortChange"
@
sort-change=
"sortChange"
max-height=
"640
"
v-horizontal-scroll=
"'always'
"
border
border
highlight-current-row
highlight-current-row
v-if=
"tableDataTotal > 0 && !isSkeleton"
v-if=
"tableDataTotal > 0 && !isSkeleton"
...
...
dsk-operate-ui/src/views/macro/urban/index.vue
View file @
97809841
...
@@ -92,8 +92,8 @@
...
@@ -92,8 +92,8 @@
</div>
</div>
</div>
</div>
<el-input
class=
"search-input"
placeholder=
"输入企业名称查询"
v-model=
"queryParams.keyword"
clearable
@
clear=
"handleKeyword()"
>
<el-input
class=
"search-input"
placeholder=
"输入企业名称查询"
v-model=
"queryParams.keyword"
clearable
@
clear=
"handleKeyword()"
>
<
template
slot=
"prepend"
><i
class=
"el-icon-search"
></i></
template
>
<
i
slot=
"prefix"
class=
"el-icon-search"
></i
>
<el-button
slot=
"append"
@
click=
"handleKeyword"
>
搜索
</el-button>
<el-button
slot=
"append"
@
click=
"handleKeyword
()
"
>
搜索
</el-button>
</el-input>
</el-input>
</div>
</div>
<div
class=
"list-box"
>
<div
class=
"list-box"
>
...
@@ -152,7 +152,7 @@
...
@@ -152,7 +152,7 @@
element-loading-text=
"Loading"
element-loading-text=
"Loading"
@
sort-change=
"sortChange"
@
sort-change=
"sortChange"
border
border
max-height=
"640
"
v-horizontal-scroll=
"'always'
"
fit
fit
highlight-current-row
highlight-current-row
>
>
...
@@ -830,7 +830,6 @@ export default {
...
@@ -830,7 +830,6 @@ export default {
.content
{
.content
{
background
:
#ffffff
;
background
:
#ffffff
;
padding
:
16px
;
padding
:
16px
;
margin-bottom
:
16px
;
border-radius
:
4px
;
border-radius
:
4px
;
.search
{
.search
{
margin-top
:
22px
;
margin-top
:
22px
;
...
@@ -907,29 +906,30 @@ export default {
...
@@ -907,29 +906,30 @@ export default {
/*::v-deep .el-input{*/
/*::v-deep .el-input{*/
width
:
235px
;
width
:
235px
;
height
:
32px
;
height
:
32px
;
.el-input__inner
:focus
{
border-color
:
#e0e0e0
;
}
.el-input-group__prepend
:first-child
{
padding
:
0
;
background-color
:
#ffffff
;
border-right
:
0
;
padding-left
:
8px
;
i
{
color
:
#0081FF
;
}
}
.el-input__inner
{
.el-input__inner
{
border-left
:
0
;
height
:
32px
;
height
:
32px
;
line-height
:
32px
;
line-height
:
32px
;
font-size
:
12px
;
font-size
:
12px
;
padding-left
:
8px
;
border-right
:
0
;
border-right
:
0
;
}
}
.el-input__suffix
{
.el-input__suffix
{
margin-top
:
-1px
;
margin-top
:
-1px
;
}
}
.el-icon-search
{
font-size
:
14px
;
line-height
:
32px
;
color
:
#0081FF
;
margin-left
:
6px
;
margin-right
:
4px
;
}
.el-input__inner
:focus
{
border-color
:
#0081FF
;
}
.el-input__inner
:focus
~
.el-input-group__append
{
border
:
1px
solid
#0081FF
;
color
:
#ffffff
;
background
:
#0081FF
;
}
.el-input-group__append
:last-child
{
.el-input-group__append
:last-child
{
width
:
60px
;
width
:
60px
;
padding
:
0
;
padding
:
0
;
...
@@ -937,8 +937,7 @@ export default {
...
@@ -937,8 +937,7 @@ export default {
background
:
#F5F5F5
;
background
:
#F5F5F5
;
color
:
#0081FF
;
color
:
#0081FF
;
border-left
:
0
;
border-left
:
0
;
border-radius
:
0
;
border-radius
:
2px
;
border-right
:
0
;
}
}
/*}*/
/*}*/
}
}
...
...
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