|
@@ -37,14 +37,12 @@
|
|
|
style="width: 100%; margin-bottom: 10px"
|
|
|
>
|
|
|
<el-table-column width="30">
|
|
|
-
|
|
|
<template #default="scope">
|
|
|
<span
|
|
|
class="mark"
|
|
|
:style="{ 'background-color': scope.row.colors }"
|
|
|
></span>
|
|
|
</template>
|
|
|
-
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="faultTime"
|
|
@@ -139,7 +137,6 @@ import BatchData from "./batchData.vue";
|
|
|
import UniformCodes from "./UniformCodes.json";
|
|
|
import MultipleYLineChartNormal from "../../NewPages/multiple-y-line-chart-normal.vue";
|
|
|
import BASE from "@tools/basicTool.js";
|
|
|
-import axios from "axios";
|
|
|
export default {
|
|
|
components: { MultipleYLineChartNormal, BatchData },
|
|
|
props: {
|
|
@@ -275,6 +272,7 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
historyData(index, max) {
|
|
|
+ console.log(1111111111);
|
|
|
let dataLsit = this.lableList.filter((item) => item.isShow === true);
|
|
|
let that = this;
|
|
|
that.API.requestData({
|