riku
2023-12-21 c24a5a2a99515b365ebc343b04538bb862790de1
src/views/exception/components/CompFlightInspection.vue
@@ -176,7 +176,7 @@
      // 标记位
      flag: {
        // 加载时 上下条按钮不能再点击
        // 数据加载时 上下条按钮不能再点击
        banTouch: 0,
        // 0代表分页,1代表不分页
        originClick: 0
@@ -549,7 +549,6 @@
        let endIndex = dateList.findIndex((item) => item === exceptionET)
        // 设置折线图配置项
        // this.reSetChart(dateList, dustValue, exceptionBT, exceptionET, startIndex, endIndex)
        this.dialog.option = exceptionOption.setExceptionChartOption(
          dateList,
          dustValue,
@@ -923,7 +922,6 @@
      params['beginTime'] = this.beginTime
      params['endTime'] = this.endTime
      console.log('name',this.siteName)
      this.$http.get('/dust/exceptiondata', { params: params }).then((response) => {
        // 保存返回的
        // this.tableData = response.data.data.rows;
@@ -1251,7 +1249,6 @@
          <span v-show="tableCurrentRowData.exceptionType == '0'"> (逻辑计算)</span>
        </el-tag>
        <el-text v-show="tableCurrentRowData.exceptionType == '8'" type="warning" class="dialog-footer-text">数据标识A为数据长期缺失,系统自动补全</el-text>
        <!-- <el-text class="mx-1" type="warning">Warning</el-text> -->
      </div>
      </template>
    </el-dialog>
@@ -1364,6 +1361,8 @@
}
/* 表格模块结束 */
/* 查看详情对话框模块的样式 */
.diag-head {