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
045b7b3a
Commit
045b7b3a
authored
Aug 31, 2023
by
danfuman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
a7def187
Changes
9
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
38 additions
and
28 deletions
+38
-28
index.vue
dsk-operate-ui/src/views/custom/customList/index.vue
+1
-1
index.vue
...operate-ui/src/views/custom/historicalCustomers/index.vue
+1
-1
index.vue
dsk-operate-ui/src/views/custom/overview/index.vue
+4
-5
performance.vue
...i/src/views/detail/groupAccount/component/performance.vue
+1
-1
index.vue
...te-ui/src/views/enterpriseData/components/Owner/index.vue
+1
-1
localEconomy.vue
...e-ui/src/views/macro/economies/component/localEconomy.vue
+1
-1
index.vue
dsk-operate-ui/src/views/macro/enterprises/index.vue
+13
-8
qgjjdq.vue
...ui/src/views/macro/nationalEconomies/component/qgjjdq.vue
+1
-1
index.vue
dsk-operate-ui/src/views/macro/urban/index.vue
+15
-9
No files found.
dsk-operate-ui/src/views/custom/customList/index.vue
View file @
045b7b3a
...
@@ -61,7 +61,7 @@
...
@@ -61,7 +61,7 @@
</div>
</div>
<skeleton
v-if=
"isSkeleton"
></skeleton>
<skeleton
v-if=
"isSkeleton"
></skeleton>
<div
class=
"table-item"
>
<div
class=
"table-item"
>
<el-table
v-show=
"!isSkeleton&&tableData.total > 0"
class=
"fixed-table"
v-horizontal-scroll=
"'
always
'"
ref=
"thistables"
<el-table
v-show=
"!isSkeleton&&tableData.total > 0"
class=
"fixed-table"
v-horizontal-scroll=
"'
hover
'"
ref=
"thistables"
:data=
"tableData.rows"
:data=
"tableData.rows"
stripe
border
stripe
border
style=
"width: 100%"
>
style=
"width: 100%"
>
...
...
dsk-operate-ui/src/views/custom/historicalCustomers/index.vue
View file @
045b7b3a
...
@@ -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"
v-horizontal-scroll=
"'
always
'"
max-height=
"640"
<el-table
v-if=
"!isSkeleton&&tableData.total > 0"
class=
"fixed-table"
v-horizontal-scroll=
"'
hover
'"
max-height=
"640"
:data=
"tableData.rows"
:data=
"tableData.rows"
stripe
border
stripe
border
style=
"width: 100%"
>
style=
"width: 100%"
>
...
...
dsk-operate-ui/src/views/custom/overview/index.vue
View file @
045b7b3a
...
@@ -75,7 +75,7 @@
...
@@ -75,7 +75,7 @@
</el-col>
</el-col>
<div
class=
"empty"
v-if=
"hzqkTotal === 0"
>
<div
class=
"empty"
v-if=
"hzqkTotal === 0"
>
<img
class=
"img"
src=
"@/assets/images/project/empty.png"
>
<img
class=
"img"
src=
"@/assets/images/project/empty.png"
>
<div
class=
"p1"
>
抱歉,
没找到相关数据
</div>
<div
class=
"p1"
>
抱歉,
您还未添加合作客户
</div>
</div>
</div>
</el-row>
</el-row>
</div>
</div>
...
@@ -102,7 +102,7 @@
...
@@ -102,7 +102,7 @@
</el-row>
</el-row>
<div
class=
"empty"
v-if=
"creditLevel.length === 0"
>
<div
class=
"empty"
v-if=
"creditLevel.length === 0"
>
<img
class=
"img"
src=
"@/assets/images/project/empty.png"
>
<img
class=
"img"
src=
"@/assets/images/project/empty.png"
>
<div
class=
"p1"
>
抱歉,
没找到相关数据
</div>
<div
class=
"p1"
>
抱歉,
您还未添加客户
</div>
</div>
</div>
</div>
</div>
<div
class=
"content_wap3"
>
<div
class=
"content_wap3"
>
...
@@ -178,8 +178,7 @@
...
@@ -178,8 +178,7 @@
</div>
</div>
<div
class=
"empty"
v-if=
"recordlist.length === 0"
>
<div
class=
"empty"
v-if=
"recordlist.length === 0"
>
<img
class=
"img"
src=
"@/assets/images/project/empty.png"
>
<img
class=
"img"
src=
"@/assets/images/project/empty.png"
>
<div
class=
"p1"
>
抱歉,没找到相关数据
</div>
<div
class=
"p1"
>
抱歉,您还未添加跟进动态
</div>
<div
class=
"p2"
>
建议调整筛选条件,重新搜索
</div>
</div>
</div>
</div>
</div>
</div>
</div>
...
@@ -973,7 +972,7 @@
...
@@ -973,7 +972,7 @@
width
:
108px
;
width
:
108px
;
height
:
108px
;
height
:
108px
;
margin-bottom
:
24px
;
margin-bottom
:
24px
;
margin-top
:
5
0px
;
margin-top
:
10
0px
;
}
}
.p1
{
.p1
{
color
:
#333333
;
color
:
#333333
;
...
...
dsk-operate-ui/src/views/detail/groupAccount/component/performance.vue
View file @
045b7b3a
...
@@ -85,7 +85,7 @@
...
@@ -85,7 +85,7 @@
],
],
formData
:
[
formData
:
[
{
type
:
7
,
fieldName
:
'province'
,
value
:
''
,
props
:
{
multiple
:
true
,
value
:
'id'
,
expandTrigger
:
'hover'
},
placeholder
:
'项目地区'
,
options
:[]},
{
type
:
7
,
fieldName
:
'province'
,
value
:
''
,
props
:
{
multiple
:
true
,
value
:
'id'
,
expandTrigger
:
'hover'
},
placeholder
:
'项目地区'
,
options
:[]},
{
type
:
5
,
fieldName
:
'time'
,
value
:
''
,
placeholder
:
'中标时间'
,
startTime
:
'startBidTime'
,
endTime
:
'endBidTime'
,
timeList
:[]
},
{
type
:
5
,
fieldName
:
'time'
,
value
:
''
,
placeholder
:
'中标时间'
,
startTime
:
'startBidTime'
,
endTime
:
'endBidTime'
,
timeList
:[]
,
dateTo
:
this
.
formatDate
(
new
Date
())
},
{
type
:
6
,
fieldName
:
'money'
,
value
:
''
,
placeholder
:
'中标金额'
,
startMoney
:
'minAmount'
,
endMoney
:
'maxAmount'
,
moneyList
:[]
},
{
type
:
6
,
fieldName
:
'money'
,
value
:
''
,
placeholder
:
'中标金额'
,
startMoney
:
'minAmount'
,
endMoney
:
'maxAmount'
,
moneyList
:[]
},
{
type
:
4
,
fieldName
:
'boundTypes'
,
value
:
''
,
placeholder
:
'业绩类型'
,
options
:
[],
width
:
150
},
{
type
:
4
,
fieldName
:
'boundTypes'
,
value
:
''
,
placeholder
:
'业绩类型'
,
options
:
[],
width
:
150
},
{
type
:
4
,
fieldName
:
'projectTypes'
,
value
:
''
,
placeholder
:
'项目类型'
,
options
:
[],
width
:
150
},
{
type
:
4
,
fieldName
:
'projectTypes'
,
value
:
''
,
placeholder
:
'项目类型'
,
options
:
[],
width
:
150
},
...
...
dsk-operate-ui/src/views/enterpriseData/components/Owner/index.vue
View file @
045b7b3a
...
@@ -150,7 +150,7 @@
...
@@ -150,7 +150,7 @@
<skeleton
style=
"margin-left:16px;"
v-if=
"isSkeleton"
></skeleton>
<skeleton
style=
"margin-left:16px;"
v-if=
"isSkeleton"
></skeleton>
<div
class=
"table-item 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)'}" v-horizontal-scroll="'
always
'" 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="'
hover
'" 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>
...
...
dsk-operate-ui/src/views/macro/economies/component/localEconomy.vue
View file @
045b7b3a
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
v-loading=
"tableLoading"
v-loading=
"tableLoading"
:data=
"tableData"
:data=
"tableData"
border
border
v-horizontal-scroll=
"'
always
'"
v-horizontal-scroll=
"'
hover
'"
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 @
045b7b3a
...
@@ -32,7 +32,7 @@
...
@@ -32,7 +32,7 @@
v-loading=
"tableLoading"
v-loading=
"tableLoading"
border
border
fit
fit
v-horizontal-scroll=
"'
always
'"
v-horizontal-scroll=
"'
hover
'"
@
sort-change=
"sortChange"
@
sort-change=
"sortChange"
highlight-current-row
highlight-current-row
v-if=
"tableDataTotal > 0 && !isSkeleton"
v-if=
"tableDataTotal > 0 && !isSkeleton"
...
@@ -373,10 +373,11 @@ export default {
...
@@ -373,10 +373,11 @@ export default {
}
}
::v-deep
.el-input.el-input-group
{
::v-deep
.el-input.el-input-group
{
width
:
240px
;
width
:
240px
;
height
:
32px
;
height
:
30px
;
border
:
1px
solid
#e0e0e0
;
.el-input__inner
{
.el-input__inner
{
height
:
3
2
px
;
height
:
3
0
px
;
border
-right
:
0
;
border
:
0
;
}
}
.el-input__suffix
{
.el-input__suffix
{
margin-top
:
-1px
;
margin-top
:
-1px
;
...
@@ -389,10 +390,10 @@ export default {
...
@@ -389,10 +390,10 @@ export default {
margin-right
:
4px
;
margin-right
:
4px
;
}
}
.el-input__inner
:focus
{
.el-input__inner
:focus
{
border-color
:
#0081FF
;
/*border-color: #0081FF;*/
}
}
.el-input__inner
:focus
~
.el-input-group__append
{
.el-input__inner
:focus
~
.el-input-group__append
{
border
:
1px
solid
#0081FF
;
/*border: 1px solid #0081FF;*/
color
:
#ffffff
;
color
:
#ffffff
;
background
:
#0081FF
;
background
:
#0081FF
;
}
}
...
@@ -402,8 +403,12 @@ export default {
...
@@ -402,8 +403,12 @@ export default {
text-align
:
center
;
text-align
:
center
;
background
:
#F5F5F5
;
background
:
#F5F5F5
;
color
:
#0081FF
;
color
:
#0081FF
;
border-left
:
0
;
border-radius
:
0
2px
2px
0
;
border-radius
:
2px
;
border
:
0
;
&
:hover
{
color
:
#ffffff
;
background
:
#0081FF
;
}
}
}
}
}
.total
{
.total
{
...
...
dsk-operate-ui/src/views/macro/nationalEconomies/component/qgjjdq.vue
View file @
045b7b3a
...
@@ -35,7 +35,7 @@
...
@@ -35,7 +35,7 @@
:data=
"tableData"
:data=
"tableData"
element-loading-text=
"Loading"
element-loading-text=
"Loading"
@
sort-change=
"sortChange"
@
sort-change=
"sortChange"
v-horizontal-scroll=
"'
always
'"
v-horizontal-scroll=
"'
hover
'"
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 @
045b7b3a
...
@@ -152,7 +152,7 @@
...
@@ -152,7 +152,7 @@
element-loading-text=
"Loading"
element-loading-text=
"Loading"
@
sort-change=
"sortChange"
@
sort-change=
"sortChange"
border
border
v-horizontal-scroll=
"'
always
'"
v-horizontal-scroll=
"'
hover
'"
fit
fit
highlight-current-row
highlight-current-row
>
>
...
@@ -430,6 +430,7 @@ export default {
...
@@ -430,6 +430,7 @@ export default {
methods
:
{
methods
:
{
scrolling
()
{
scrolling
()
{
let
el
=
document
.
getElementsByClassName
(
"el-table__fixed-header-wrapper"
)[
0
]
let
el
=
document
.
getElementsByClassName
(
"el-table__fixed-header-wrapper"
)[
0
]
// let scrollTop =window.pageYOffset ||document.documentElement.scrollTop ||document.body.scrollTop;
// let scrollTop =window.pageYOffset ||document.documentElement.scrollTop ||document.body.scrollTop;
// if (scrollTop>368){
// if (scrollTop>368){
// let top = scrollTop-368
// let top = scrollTop-368
...
@@ -909,12 +910,13 @@ export default {
...
@@ -909,12 +910,13 @@ export default {
::v-deep
.search-input
{
::v-deep
.search-input
{
/*::v-deep .el-input{*/
/*::v-deep .el-input{*/
width
:
235px
;
width
:
235px
;
height
:
32px
;
height
:
30px
;
border
:
1px
solid
#e0e0e0
;
.el-input__inner
{
.el-input__inner
{
height
:
3
2
px
;
height
:
3
0
px
;
line-height
:
3
2
px
;
line-height
:
3
0
px
;
font-size
:
12px
;
font-size
:
12px
;
border
-right
:
0
;
border
:
0
;
}
}
.el-input__suffix
{
.el-input__suffix
{
margin-top
:
-1px
;
margin-top
:
-1px
;
...
@@ -927,10 +929,10 @@ export default {
...
@@ -927,10 +929,10 @@ export default {
margin-right
:
4px
;
margin-right
:
4px
;
}
}
.el-input__inner
:focus
{
.el-input__inner
:focus
{
border-color
:
#0081FF
;
/*border-color: #0081FF;*/
}
}
.el-input__inner
:focus
~
.el-input-group__append
{
.el-input__inner
:focus
~
.el-input-group__append
{
border
:
1px
solid
#0081FF
;
/*border: 1px solid #0081FF;*/
color
:
#ffffff
;
color
:
#ffffff
;
background
:
#0081FF
;
background
:
#0081FF
;
}
}
...
@@ -940,8 +942,12 @@ export default {
...
@@ -940,8 +942,12 @@ export default {
text-align
:
center
;
text-align
:
center
;
background
:
#F5F5F5
;
background
:
#F5F5F5
;
color
:
#0081FF
;
color
:
#0081FF
;
border-left
:
0
;
border-radius
:
0
2px
2px
0
;
border-radius
:
2px
;
border
:
0
;
&
:hover
{
color
:
#ffffff
;
background
:
#0081FF
;
}
}
}
/*}*/
/*}*/
}
}
...
...
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