| | |
| | | |
| | | // 标记位 |
| | | flag: { |
| | | // 加载时 上下条按钮不能再点击 |
| | | // 数据加载时 上下条按钮不能再点击 |
| | | banTouch: 0, |
| | | // 0代表分页,1代表不分页 |
| | | originClick: 0 |
| | |
| | | let endIndex = dateList.findIndex((item) => item === exceptionET) |
| | | |
| | | // 设置折线图配置项 |
| | | // this.reSetChart(dateList, dustValue, exceptionBT, exceptionET, startIndex, endIndex) |
| | | this.dialog.option = exceptionOption.setExceptionChartOption( |
| | | dateList, |
| | | dustValue, |
| | |
| | | |
| | | 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; |
| | |
| | | <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> |
| | |
| | | } |
| | | /* 表格模块结束 */ |
| | | |
| | | |
| | | |
| | | /* 查看详情对话框模块的样式 */ |
| | | |
| | | .diag-head { |