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
652a71df
Commit
652a71df
authored
Sep 07, 2023
by
danfuman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
代码合并
parent
0dd5c96f
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
32 additions
and
13 deletions
+32
-13
qualifications.vue
...rc/views/detail/groupAccount/component/qualifications.vue
+32
-3
tdjy.vue
...e-ui/src/views/macro/nationalEconomies/component/tdjy.vue
+0
-1
zhaobiao.vue
.../src/views/macro/nationalEconomies/component/zhaobiao.vue
+0
-3
zhongbiao.vue
...src/views/macro/nationalEconomies/component/zhongbiao.vue
+0
-6
No files found.
dsk-operate-ui/src/views/detail/groupAccount/component/qualifications.vue
View file @
652a71df
...
@@ -8,13 +8,14 @@
...
@@ -8,13 +8,14 @@
:isExcel=
"false"
:isExcel=
"false"
@
handle-search=
"handleSearch"
@
handle-search=
"handleSearch"
/>
/>
<div>
<div
style=
"margin-bottom: 20px;"
>
<!--certificateList-->
<!--certificateList-->
<div
class=
"item_ckquery"
>
<div
class=
"item_ckquery"
:style=
"height?'height:'+height+'':'height: 60px'"
>
<template
v-for=
"(item,index) in certificateList"
>
<template
v-for=
"(item,index) in certificateList"
>
<span
:class=
"
{'color_text':queryParams.qualificationType === item.qualificationType}" @click="changeType(item.qualificationType)">
{{
item
.
qualificationName
}}
(
{{
item
.
companyCount
}}
)
</span>
<span
:class=
"
{'color_text':queryParams.qualificationType === item.qualificationType}" @click="changeType(item.qualificationType)">
{{
item
.
qualificationName
}}
(
{{
item
.
companyCount
}}
)
</span>
</
template
>
</
template
>
</div>
</div>
<el-divider
v-if=
"certificateList.length > 10 && !height"
@
click=
"moreClick()"
>
更多
<span></span></el-divider>
</div>
</div>
<skeleton
style=
"margin-left:16px;"
v-if=
"isSkeleton"
></skeleton>
<skeleton
style=
"margin-left:16px;"
v-if=
"isSkeleton"
></skeleton>
<tables
<tables
...
@@ -75,7 +76,8 @@
...
@@ -75,7 +76,8 @@
tableDataTotal
:
0
,
tableDataTotal
:
0
,
title
:
''
,
title
:
''
,
rowData
:
''
,
rowData
:
''
,
certificateList
:[]
certificateList
:[],
height
:
''
}
}
},
},
created
()
{
created
()
{
...
@@ -120,6 +122,9 @@
...
@@ -120,6 +122,9 @@
this
.
queryParams
.
pageSize
=
20
;
this
.
queryParams
.
pageSize
=
20
;
this
.
handleQuery
()
this
.
handleQuery
()
},
},
moreClick
(){
this
.
height
=
'auto'
},
}
}
}
}
...
@@ -139,6 +144,7 @@
...
@@ -139,6 +144,7 @@
.item_ckquery
{
.item_ckquery
{
position
:
relative
;
position
:
relative
;
margin-bottom
:
10px
;
margin-bottom
:
10px
;
overflow
:
hidden
;
span
{
span
{
color
:
#232323
;
color
:
#232323
;
padding
:
3px
10px
;
padding
:
3px
10px
;
...
@@ -177,5 +183,28 @@
...
@@ -177,5 +183,28 @@
background
:
#F0F3FA
;
background
:
#F0F3FA
;
}
}
}
}
::v-deep
.el-divider
{
/*width: calc(100% - 107px);*/
margin-top
:
12px
;
.el-divider__text
{
cursor
:
pointer
;
span
{
display
:
inline-block
;
width
:
16px
;
height
:
16px
;
position
:
relative
;
top
:
2px
;
background
:
url('../../../../assets/images/down.png')
;
background-size
:
16px
16px
;
}
&
:hover
{
color
:
#0081FF
;
span
{
background
:
url('../../../../assets/images/down1.png')
;
background-size
:
16px
16px
;
}
}
}
}
}
}
</
style
>
</
style
>
dsk-operate-ui/src/views/macro/nationalEconomies/component/tdjy.vue
View file @
652a71df
...
@@ -142,7 +142,6 @@
...
@@ -142,7 +142,6 @@
:summary-method=
"getSummaries"
:summary-method=
"getSummaries"
fit
fit
highlight-current-row
highlight-current-row
:default-sort =
"{prop: 'count', order: 'descending'}"
>
>
<el-table-column
label=
"序号"
width=
"60"
>
<el-table-column
label=
"序号"
width=
"60"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
$index
+
1
}}
</
template
>
<
template
slot-scope=
"scope"
>
{{
scope
.
$index
+
1
}}
</
template
>
...
...
dsk-operate-ui/src/views/macro/nationalEconomies/component/zhaobiao.vue
View file @
652a71df
...
@@ -22,7 +22,6 @@
...
@@ -22,7 +22,6 @@
:summary-method=
"getSummaries"
:summary-method=
"getSummaries"
fit
fit
highlight-current-row
highlight-current-row
:default-sort =
"
{prop: 'count', order: 'descending'}"
>
>
<el-table-column
label=
"序号"
width=
"60"
>
<el-table-column
label=
"序号"
width=
"60"
>
<template
slot-scope=
"scope"
>
{{
scope
.
$index
+
1
}}
</
template
>
<template
slot-scope=
"scope"
>
{{
scope
.
$index
+
1
}}
</
template
>
...
@@ -59,7 +58,6 @@
...
@@ -59,7 +58,6 @@
:summary-method=
"getSummaries"
:summary-method=
"getSummaries"
fit
fit
highlight-current-row
highlight-current-row
:default-sort =
"{prop: 'count', order: 'descending'}"
>
>
<el-table-column
label=
"序号"
width=
"60"
>
<el-table-column
label=
"序号"
width=
"60"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
$index
+
1
}}
</
template
>
<
template
slot-scope=
"scope"
>
{{
scope
.
$index
+
1
}}
</
template
>
...
@@ -98,7 +96,6 @@
...
@@ -98,7 +96,6 @@
:summary-method=
"getSummaries"
:summary-method=
"getSummaries"
fit
fit
highlight-current-row
highlight-current-row
:default-sort =
"{prop: 'count', order: 'descending'}"
>
>
<el-table-column
label=
"序号"
width=
"60"
>
<el-table-column
label=
"序号"
width=
"60"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
$index
+
1
}}
</
template
>
<
template
slot-scope=
"scope"
>
{{
scope
.
$index
+
1
}}
</
template
>
...
...
dsk-operate-ui/src/views/macro/nationalEconomies/component/zhongbiao.vue
View file @
652a71df
...
@@ -25,7 +25,6 @@
...
@@ -25,7 +25,6 @@
:summary-method=
"getSummaries"
:summary-method=
"getSummaries"
fit
fit
highlight-current-row
highlight-current-row
:default-sort =
"
{prop: 'count', order: 'descending'}"
>
>
<el-table-column
label=
"序号"
width=
"60"
>
<el-table-column
label=
"序号"
width=
"60"
>
<template
slot-scope=
"scope"
>
{{
scope
.
$index
+
1
}}
</
template
>
<template
slot-scope=
"scope"
>
{{
scope
.
$index
+
1
}}
</
template
>
...
@@ -66,7 +65,6 @@
...
@@ -66,7 +65,6 @@
:summary-method=
"getSummaries"
:summary-method=
"getSummaries"
fit
fit
highlight-current-row
highlight-current-row
:default-sort =
"{prop: 'count', order: 'descending'}"
>
>
<el-table-column
label=
"序号"
width=
"60"
>
<el-table-column
label=
"序号"
width=
"60"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
$index
+
1
}}
</
template
>
<
template
slot-scope=
"scope"
>
{{
scope
.
$index
+
1
}}
</
template
>
...
@@ -107,7 +105,6 @@
...
@@ -107,7 +105,6 @@
:summary-method=
"getSummaries"
:summary-method=
"getSummaries"
fit
fit
highlight-current-row
highlight-current-row
:default-sort =
"{prop: 'count', order: 'descending'}"
>
>
<el-table-column
label=
"序号"
width=
"60"
>
<el-table-column
label=
"序号"
width=
"60"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
$index
+
1
}}
</
template
>
<
template
slot-scope=
"scope"
>
{{
scope
.
$index
+
1
}}
</
template
>
...
@@ -143,7 +140,6 @@
...
@@ -143,7 +140,6 @@
:summary-method=
"getSummaries"
:summary-method=
"getSummaries"
fit
fit
highlight-current-row
highlight-current-row
:default-sort =
"{prop: 'count', order: 'descending'}"
>
>
<el-table-column
label=
"序号"
width=
"60"
>
<el-table-column
label=
"序号"
width=
"60"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
$index
+
1
}}
</
template
>
<
template
slot-scope=
"scope"
>
{{
scope
.
$index
+
1
}}
</
template
>
...
@@ -182,7 +178,6 @@
...
@@ -182,7 +178,6 @@
:summary-method=
"getSummaries1"
:summary-method=
"getSummaries1"
fit
fit
highlight-current-row
highlight-current-row
:default-sort =
"{prop: 'count', order: 'descending'}"
>
>
<el-table-column
label=
"序号"
width=
"60"
>
<el-table-column
label=
"序号"
width=
"60"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
$index
+
1
}}
</
template
>
<
template
slot-scope=
"scope"
>
{{
scope
.
$index
+
1
}}
</
template
>
...
@@ -225,7 +220,6 @@
...
@@ -225,7 +220,6 @@
:summary-method=
"getSummaries2"
:summary-method=
"getSummaries2"
fit
fit
highlight-current-row
highlight-current-row
:default-sort =
"{prop: 'count', order: 'descending'}"
>
>
<el-table-column
label=
"序号"
width=
"60"
>
<el-table-column
label=
"序号"
width=
"60"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
$index
+
1
}}
</
template
>
<
template
slot-scope=
"scope"
>
{{
scope
.
$index
+
1
}}
</
template
>
...
...
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