|
@@ -17,7 +17,7 @@
|
|
</div>
|
|
</div>
|
|
<div class="Box2">
|
|
<div class="Box2">
|
|
<div>
|
|
<div>
|
|
- <h3 style="margin: 8px 0" >任务统计</h3>
|
|
|
|
|
|
+ <h3 style="margin: 8px 0">任务统计</h3>
|
|
<div class="BOXsan">
|
|
<div class="BOXsan">
|
|
<div class="YC02" @click="getwgl">
|
|
<div class="YC02" @click="getwgl">
|
|
<strong class="texyellow">
|
|
<strong class="texyellow">
|
|
@@ -78,7 +78,6 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
-
|
|
|
|
<el-dialog title="待分析任务统计表" :visible.sync="glShow" width="45%">
|
|
<el-dialog title="待分析任务统计表" :visible.sync="glShow" width="45%">
|
|
<!-- 外部容器设置最大高度和滚动条 -->
|
|
<!-- 外部容器设置最大高度和滚动条 -->
|
|
<div style="max-height: 400px; overflow-y: auto">
|
|
<div style="max-height: 400px; overflow-y: auto">
|
|
@@ -283,19 +282,16 @@ export default {
|
|
deep: true, // 深度监听对象内部变化
|
|
deep: true, // 深度监听对象内部变化
|
|
},
|
|
},
|
|
},
|
|
},
|
|
- created() {
|
|
|
|
-
|
|
|
|
- },
|
|
|
|
|
|
+ created() {},
|
|
data() {
|
|
data() {
|
|
return {
|
|
return {
|
|
myChart: null,
|
|
myChart: null,
|
|
- YCtableData: [
|
|
|
|
-
|
|
|
|
- ],
|
|
|
|
|
|
+ YCtableData: [ ],
|
|
shujuloading: false,
|
|
shujuloading: false,
|
|
YCtableColumns: [{ prop: "fieldName" }, { prop: "engineName" }],
|
|
YCtableColumns: [{ prop: "fieldName" }, { prop: "engineName" }],
|
|
YCcolumnWidths: {
|
|
YCcolumnWidths: {
|
|
fieldName: 120,
|
|
fieldName: 120,
|
|
|
|
+ engineName:140
|
|
},
|
|
},
|
|
// 。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。
|
|
// 。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。
|
|
tableData: [],
|
|
tableData: [],
|
|
@@ -306,7 +302,8 @@ export default {
|
|
],
|
|
],
|
|
columnWidths: {
|
|
columnWidths: {
|
|
optionByName: 60,
|
|
optionByName: 60,
|
|
- createTime: 100,
|
|
|
|
|
|
+ createTime: 120,
|
|
|
|
+ optionContent: 80,
|
|
},
|
|
},
|
|
equipment: {
|
|
equipment: {
|
|
analysisedCount: 0,
|
|
analysisedCount: 0,
|
|
@@ -439,8 +436,7 @@ export default {
|
|
};
|
|
};
|
|
queryOptionRecords(DataObject).then((res) => {
|
|
queryOptionRecords(DataObject).then((res) => {
|
|
this.tableData = res.data || [];
|
|
this.tableData = res.data || [];
|
|
- console.log( this.tableData, );
|
|
|
|
-
|
|
|
|
|
|
+ console.log(this.tableData);
|
|
});
|
|
});
|
|
},
|
|
},
|
|
|
|
|
|
@@ -611,8 +607,7 @@ export default {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-.Box1 {
|
|
|
|
-}
|
|
|
|
|
|
+
|
|
.Box2 {
|
|
.Box2 {
|
|
.BOX {
|
|
.BOX {
|
|
display: flex;
|
|
display: flex;
|
|
@@ -630,7 +625,6 @@ export default {
|
|
margin-top: 0px;
|
|
margin-top: 0px;
|
|
text-align: center;
|
|
text-align: center;
|
|
|
|
|
|
-
|
|
|
|
.textred {
|
|
.textred {
|
|
color: #d9001b;
|
|
color: #d9001b;
|
|
}
|
|
}
|
|
@@ -657,7 +651,6 @@ export default {
|
|
width: 255px;
|
|
width: 255px;
|
|
display: flex;
|
|
display: flex;
|
|
justify-content: space-around;
|
|
justify-content: space-around;
|
|
-
|
|
|
|
|
|
|
|
.YC02 {
|
|
.YC02 {
|
|
width: 70px;
|
|
width: 70px;
|
|
@@ -691,8 +684,6 @@ export default {
|
|
color: #fff;
|
|
color: #fff;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-
|
|
|
|
-
|
|
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -719,7 +710,6 @@ export default {
|
|
|
|
|
|
span:nth-child(1) {
|
|
span:nth-child(1) {
|
|
font-size: 12px;
|
|
font-size: 12px;
|
|
-
|
|
|
|
}
|
|
}
|
|
span:nth-child(2) {
|
|
span:nth-child(2) {
|
|
font-size: 12px;
|
|
font-size: 12px;
|
|
@@ -769,8 +759,6 @@ export default {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-
|
|
|
|
-
|
|
|
|
.Tabtab {
|
|
.Tabtab {
|
|
font-size: 12px;
|
|
font-size: 12px;
|
|
}
|
|
}
|
|
@@ -787,8 +775,6 @@ export default {
|
|
overflow-y: clip !important;
|
|
overflow-y: clip !important;
|
|
}
|
|
}
|
|
|
|
|
|
-
|
|
|
|
-
|
|
|
|
.el-date-editor--datetimerange.el-input,
|
|
.el-date-editor--datetimerange.el-input,
|
|
.el-date-editor--datetimerange.el-input__inner {
|
|
.el-date-editor--datetimerange.el-input__inner {
|
|
width: 250px;
|
|
width: 250px;
|