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
c75b8a57
Commit
c75b8a57
authored
Feb 05, 2020
by
车宾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fea(化验室槽液趋势图):删除无效代码
parent
515fbe3f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
14 deletions
+2
-14
ChartsLine.vue
...tory/TrendchartOfTankParameters/components/ChartsLine.vue
+0
-8
list.vue
src/views/Laboratory/TrendchartOfTankParameters/list.vue
+2
-6
No files found.
src/views/Laboratory/TrendchartOfTankParameters/components/ChartsLine.vue
View file @
c75b8a57
...
...
@@ -60,11 +60,6 @@ export default {
// 清空div中的内容和结构
domItem
.
innerHTML
=
''
;
let
sampleCharts
=
Echarts
.
init
(
domItem
);
var
charts
=
{
// unit: '户数',
// names: ['进给轴倍率', '主轴负载']
// lineX:new Date(this.createTime).getTime(),
};
let
opt
=
{
tooltip
:
{
trigger
:
'axis'
...
...
@@ -76,12 +71,10 @@ export default {
containLabel
:
true
},
xAxis
:
{
// name: '日期',
type
:
'category'
,
boundaryGap
:
false
,
data
:
this
.
timesArrList
,
nameTextStyle
:
{
// fontWeight: 'bold',
fontSize
:
18
,
color
:
'red'
}
...
...
@@ -90,7 +83,6 @@ export default {
name
:
this
.
nameY
,
type
:
'value'
,
nameTextStyle
:
{
// fontWeight: 'bold',
fontSize
:
16
,
color
:
'#aaa'
}
...
...
src/views/Laboratory/TrendchartOfTankParameters/list.vue
View file @
c75b8a57
...
...
@@ -65,7 +65,7 @@
</el-form-item>
<el-form-item
class=
"form-btn"
>
<el-button
type=
"primary"
icon=
"el-icon-search"
@
click=
"doSearchMonClick"
...
...
@@ -73,7 +73,7 @@
</el-form-item>
<el-form-item
class=
"form-btn"
>
<el-button
class=
"bt-class"
@
click=
"resetMonClick"
>
重置
</el-button>
...
...
@@ -99,7 +99,6 @@
:sendData=
"item.itemRecords"
:timesArrList=
"parsingTimeList"
></ChartsLine>
<!--
<ChartsLine
:sendData=
"item"
></ChartsLine>
-->
</div>
</div>
</div>
...
...
@@ -152,9 +151,6 @@ 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'
},
methods
:
{
// 获取图表默认数据
...
...
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