Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Z
zhongtong-avi-web
Project
Project
Details
Activity
Releases
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
中通客车项目
zhongtong-avi-web
Commits
515fbe3f
Commit
515fbe3f
authored
Feb 04, 2020
by
车宾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(化验室槽液数据趋势图):bug修复
parent
2748492b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
9 deletions
+11
-9
list.vue
src/views/Laboratory/TrendchartOfTankParameters/list.vue
+11
-9
No files found.
src/views/Laboratory/TrendchartOfTankParameters/list.vue
View file @
515fbe3f
...
...
@@ -32,7 +32,7 @@
type=
"month"
placeholder=
"选择月"
@
change=
"yearMonthChange"
size=
"mini"
/>
</el-form-item>
...
...
@@ -40,7 +40,7 @@
class=
"timeForm"
label=
"槽液类型"
>
<el-select
size=
"mini"
v-model=
"searchData.normalBathSolution"
@
change=
"bathSolutionChange"
placeholder=
"请选择槽液类型"
>
<el-select
v-model=
"searchData.normalBathSolution"
@
change=
"bathSolutionChange"
placeholder=
"请选择槽液类型"
>
<el-option
v-for=
"item in searchData.bathSolution"
:key=
"item.value"
...
...
@@ -53,7 +53,7 @@
class=
"timeForm"
label=
"选择参数"
>
<el-select
style=
"height: 30px !important;"
multiple
v-model=
"searchData.normalArguments"
:disabled=
"argumentSelecteStatus"
@
change=
"argumentsChange"
placeholder=
"请选择参数"
size=
"mini"
>
<el-select
style=
"height: 30px !important;"
multiple
v-model=
"searchData.normalArguments"
:disabled=
"argumentSelecteStatus"
@
change=
"argumentsChange"
placeholder=
"请选择参数"
>
<el-option
style=
"height: 30px !important;"
v-for=
"item in searchData.arguments"
...
...
@@ -65,7 +65,7 @@
</el-form-item>
<el-form-item
class=
"form-btn"
>
<el-button
size=
"mini"
type=
"primary"
icon=
"el-icon-search"
@
click=
"doSearchMonClick"
...
...
@@ -73,7 +73,7 @@
</el-form-item>
<el-form-item
class=
"form-btn"
>
<el-button
size=
"mini"
class=
"bt-class"
@
click=
"resetMonClick"
>
重置
</el-button>
...
...
@@ -152,9 +152,9 @@ export default {
this
.
getBathSolutionData
()
this
.
getArgumentData
()
this
.
getNowYearMonth
()
let
height
=
(
document
.
getElementById
(
'pagePack'
).
offsetHeight
)
-
(
document
.
getElementById
(
'content'
).
offsetHeight
)
// console.log((document.getElementById('pagePack').offsetHeight) - (document.getElementById('content').offsetHeight), '23232323232323232')
document
.
getElementById
(
'haveno'
).
style
.
height
=
height
-
100
+
'px'
//
let height = (document.getElementById('pagePack').offsetHeight) - (document.getElementById('content').offsetHeight)
//
//
console.log((document.getElementById('pagePack').offsetHeight) - (document.getElementById('content').offsetHeight), '23232323232323232')
//
document.getElementById('haveno').style.height = height - 100 + 'px'
},
methods
:
{
// 获取图表默认数据
...
...
@@ -215,6 +215,8 @@ export default {
},
// 搜索
doSearchMonClick
()
{
this
.
chartsData
=
[]
this
.
parsingTimeList
=
[]
if
(
!
this
.
searchData
.
normalBathSolution
)
{
this
.
$message
.
warning
(
'请选择槽液类型'
)
return
...
...
@@ -298,7 +300,7 @@ export default {
.haveno
{
display
:
flex
;
width
:
100%
;
height
:
100%
;
height
:
600px
;
// height: 400px;
align-items
:
center
;
// margin: 0 auto;
...
...
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