@@ -103,8 +78,8 @@ export default {
initParam() {
if (this.realRes !== undefined) {
this.pdSubTypeName = productTypeMap(this.pdSubType);
- this.errorMatrix = this.realRes.report["" + 8 + ""]
- ? this.realRes.report["" + 8 + ""]
+ this.errorMatrix = this.realRes.report["" + 12 + ""]
+ ? this.realRes.report["" + 12 + ""]
: [];
this.preResults = this.realRes.results ? this.realRes.results : {};
}
@@ -174,17 +149,20 @@ export default {
width: 100%;
height: 100%;
}
+
.realResult {
width: 100%;
height: calc(55% - 5px);
background-color: white;
margin-bottom: 5px;
}
+
.groudCoverType {
width: 100%;
height: 45%;
background-color: white;
}
+
.resContent {
// border: 1px black solid;
height: calc(100% - 60px);
@@ -192,48 +170,58 @@ export default {
margin: 10px;
font-size: 20px;
overflow-y: scroll;
+
.rptitle {
display: block;
float: left;
font-size: 16px;
+
span {
color: #354595;
font-weight: bold;
}
}
+
.sampling {
width: calc(40% - 6px);
text-align: start;
margin-left: 6px;
}
+
.pixelDeal {
width: calc(60% - 6px);
text-align: end;
margin-right: 6px;
}
}
+
/deep/.resContent .el-tabs__header {
margin: 0;
}
+
/deep/.resContent .el-tabs__item {
padding: 0 13px;
}
+
.gctContent {
border: 1px black solid;
height: calc(100% - 60px);
width: calc(100% - 20px);
margin: 10px;
}
+
#qtReportEchart {
width: 100%;
height: 100%;
position: relative;
}
+
.box1 {
height: 40px;
line-height: 40px;
border-bottom: 1px solid rgb(205, 205, 205, 0.5);
}
+
.sp1 {
display: inline-block;
width: 7px;
@@ -243,6 +231,7 @@ export default {
margin-left: 20px;
margin-top: 8px;
}
+
.sp2 {
margin-left: 10px;
font-size: 20px;
diff --git a/src/components/ration/otgCorrection/index.vue b/src/components/ration/otgCorrection/index.vue
index dd1f48b..949798a 100644
--- a/src/components/ration/otgCorrection/index.vue
+++ b/src/components/ration/otgCorrection/index.vue
@@ -225,7 +225,7 @@ export default {
const ssf = Number(this.simpleForm.sampleFun[0]);
if (
this.simpleForm.sampleFun.length >= 1 &&
- ssf === 1 &&
+ ssf === 2 &&
Number(this.simpleForm.sampleFun[1]) === 0
) {
this.isDeepSpace = true;
@@ -236,7 +236,7 @@ export default {
changeSampleFun(sfVal) {
if (Array.isArray(sfVal)) {
const ssf = Number(sfVal[0]);
- if (sfVal.length >= 1 && ssf === 1 && Number(sfVal[1]) === 0) {
+ if (sfVal.length >= 1 && ssf === 2 && Number(sfVal[1]) === 0) {
this.isDeepSpace = true;
} else {
this.isDeepSpace = false;
diff --git a/src/components/ration/qualitative/index.vue b/src/components/ration/qualitative/index.vue
index 22e9f75..827a184 100644
--- a/src/components/ration/qualitative/index.vue
+++ b/src/components/ration/qualitative/index.vue
@@ -2,56 +2,30 @@
- {{
- productSubType == 6 ? "地表覆盖类型表" : "植被物候类型表"
+ {{
+ productSubType == 39 ? "地表覆盖类型表" : "植被物候类型表"
}}
-
+
-
+
-
+
-
-
+
+
- {{ scope.row.typeId }}
+ {{ scope.row.coverId }}
- {{ scope.row.typeIdKg }}
+ {{ scope.row.imageValue }}
@@ -62,108 +36,45 @@
样本库
-
+
-
-
+
+
-
+
确定
-
+
-
+
-
+
-
+
-
+
{{
scope.row.paramStr | getCoverName
}}
-
+
-
+
@@ -174,24 +85,15 @@