zmc
2023-12-01 28cbf4f043cfc0a4621cc8683ba66bcbdd350eca
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,
@@ -1251,7 +1250,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 +1362,8 @@
}
/* 表格模块结束 */
/* 查看详情对话框模块的样式 */
.diag-head {