Commit c75b8a57 authored by 车宾's avatar 车宾

fea(化验室槽液趋势图):删除无效代码

parent 515fbe3f
......@@ -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'
}
......
......@@ -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: {
// 获取图表默认数据
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment