zouyu
2 天以前 f7d03c28caa3c922c1bf25f4f8ef9e62765c3f75
src/views/business/inspectionTask/inspection.vue
@@ -2082,12 +2082,10 @@
        }
      });
      // 本次循环主要是对页面及后端传参进行初始化赋值
      console.log(this.currentSample.insProduct)
      this.currentSample.insProduct.forEach(async (a) => {
        try {
          // 计算值赋值
          let comValue = JSON.parse(a.insProductResult.comValue);
          for (var i = 0; i < comValue.length; i++) {
            if (
              this.param[a.id].comValue.find(
@@ -2889,7 +2887,7 @@
  },
};
</script>
<styl scoped>
<style scoped>
.custom-table .el-table__header-wrapper th {
  background-color: #87ceeb;
  /* 只对带有my-custom-table类的表格生效 */
@@ -3091,7 +3089,7 @@
  display: inline-flex;
  align-items: center;
}
</styl>
</style>
<style scoped>
/* .inspection .el-form-item__label {
  color: #000;
@@ -3161,13 +3159,12 @@
}
.data-collection-items {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: wrap;
}
.data-collection-items .el-select,
.data-collection-items .el-checkbox {
  flex-basis: 20% ;
  flex-basis: 20% ;
  box-sizing: border-box;
  padding: 5px 15px;
}
</style>