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
478d828a
Commit
478d828a
authored
Sep 26, 2023
by
danfuman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
6ac28278
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
40 deletions
+13
-40
index.vue
dsk-operate-ui/src/views/custom/overview/index.vue
+12
-15
localEconomy.vue
...e-ui/src/views/macro/economies/component/localEconomy.vue
+0
-11
qgjjdq.vue
...ui/src/views/macro/nationalEconomies/component/qgjjdq.vue
+0
-13
zhongbiao.vue
...src/views/macro/nationalEconomies/component/zhongbiao.vue
+1
-1
No files found.
dsk-operate-ui/src/views/custom/overview/index.vue
View file @
478d828a
...
@@ -118,8 +118,8 @@
...
@@ -118,8 +118,8 @@
自定义
自定义
<el-date-picker
<el-date-picker
ref=
"picker"
ref=
"picker"
v-if=
"datatype ==3"
:default-value=
"defaultValue"
:default-value=
"defaultValue"
style=
"position: absolute;opacity: 0;left: -12px;width: 60px;"
v-model=
"pickerValue"
v-model=
"pickerValue"
type=
"daterange"
type=
"daterange"
range-separator=
"至"
range-separator=
"至"
...
@@ -507,10 +507,10 @@
...
@@ -507,10 +507,10 @@
}
}
this
.
datatype
=
key
;
this
.
datatype
=
key
;
if
(
value
==
'自定义'
)
{
if
(
value
==
'自定义'
)
{
this
.
$refs
.
picker
&&
this
.
$refs
.
picker
.
length
&&
this
.
$refs
.
picker
[
0
].
focus
()
//
this.$refs.picker && this.$refs.picker.length && this.$refs.picker[0].focus()
this
.
$nextTick
(()
=>
{
//
this.$nextTick(() => {
// this.$refs['picker-block'].appendChild(this.$refs.picker[0].popperElm)
// this.$refs['picker-block'].appendChild(this.$refs.picker[0].popperElm)
})
//
})
}
else
{
}
else
{
this
.
pickerValue
=
[]
this
.
pickerValue
=
[]
let
timeStr
=
[]
let
timeStr
=
[]
...
@@ -856,8 +856,8 @@
...
@@ -856,8 +856,8 @@
.time-label
{
.time-label
{
.labels
{
.labels
{
width
:
240px
;
width
:
240px
;
height
:
3
0
px
;
height
:
3
2
px
;
line-height
:
3
0
px
;
line-height
:
3
2
px
;
border-radius
:
4px
;
border-radius
:
4px
;
>
div
{
>
div
{
height
:
100%
;
height
:
100%
;
...
@@ -885,7 +885,12 @@
...
@@ -885,7 +885,12 @@
}
}
}
}
}
}
::v-deep
.el-date-editor
{
width
:
320px
;
position
:
absolute
;
right
:
250px
;
height
:
32px
;
}
::v-deep
.picker-block
{
::v-deep
.picker-block
{
position
:
relative
;
position
:
relative
;
...
@@ -896,14 +901,6 @@
...
@@ -896,14 +901,6 @@
visibility
:hidden
;
visibility
:hidden
;
clear
:both
;
clear
:both
;
}
}
.el-picker-panel.el-date-range-picker.el-popper
{
left
:
-650px
!
important
;
}
.popper__arrow
{
left
:
30px
!
important
;
}
}
}
}
}
}
}
...
...
dsk-operate-ui/src/views/macro/economies/component/localEconomy.vue
View file @
478d828a
...
@@ -98,17 +98,6 @@ export default {
...
@@ -98,17 +98,6 @@ export default {
getYears
({}).
then
(
res
=>
{
getYears
({}).
then
(
res
=>
{
this
.
yearOptions
=
res
.
data
.
reverse
();
this
.
yearOptions
=
res
.
data
.
reverse
();
})
})
//列表一屏幕显示完整,底部滚动条隐藏
// const targetTableWrapperEl = document.querySelector('.el-table__body-wrapper')
// const viewHeight = window.innerHeight || document.documentElement.clientHeight
// const { bottom } = targetTableWrapperEl.getBoundingClientRect()
// if (bottom
<=
viewHeight
)
{
// console.log("222")
// targetTableWrapperEl.style.display = 'none'
// } else {
// console.log("111")
// targetTableWrapperEl.style.display = 'initial'
// }
},
},
methods
:
{
methods
:
{
getData
(){
getData
(){
...
...
dsk-operate-ui/src/views/macro/nationalEconomies/component/qgjjdq.vue
View file @
478d828a
...
@@ -156,19 +156,6 @@
...
@@ -156,19 +156,6 @@
this
.
querySubmit
()
this
.
querySubmit
()
this
.
dataRegion
()
this
.
dataRegion
()
this
.
getYears
()
this
.
getYears
()
//列表一屏幕显示完整,底部滚动条隐藏
// const targetTableWrapperEl = document.querySelector('.el-table__body-wrapper')
// console.log(targetTableWrapperEl)
// const viewHeight = window.innerHeight || document.documentElement.clientHeight
// const { bottom } = targetTableWrapperEl.getBoundingClientRect()
// if (bottom
<=
viewHeight
)
{
// console.log("222")
// targetTableWrapperEl.style.display = 'initial'
// } else {
// console.log("1111")
// targetTableWrapperEl.style.display = 'none'
// }
},
},
mounted
()
{
mounted
()
{
...
...
dsk-operate-ui/src/views/macro/nationalEconomies/component/zhongbiao.vue
View file @
478d828a
...
@@ -321,7 +321,6 @@
...
@@ -321,7 +321,6 @@
this
.
getRangeBidMoney
()
this
.
getRangeBidMoney
()
this
.
getRangeBidFiveYears
()
this
.
getRangeBidFiveYears
()
this
.
getLowerRateByYear
()
this
.
getLowerRateByYear
()
this
.
getLowerRangeTenderType
()
},
},
beforeDestroy
(){
beforeDestroy
(){
...
@@ -346,6 +345,7 @@
...
@@ -346,6 +345,7 @@
this
.
initChart1
(
list
)
this
.
initChart1
(
list
)
})
})
}
}
this
.
getLowerRangeTenderType
()
})
})
},
},
getCountBidGroupByProvince
(){
getCountBidGroupByProvince
(){
...
...
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