| | |
| | | // 表格展示的数据 |
| | | displayData: [], |
| | | // 表格高度 |
| | | tableHeight: 300, |
| | | tableHeight: 400, |
| | | // 表格数据 |
| | | // 当前页 |
| | | currentPage: 1, |
| | |
| | | // console.log('历史数据为:', this.backData.value); |
| | | |
| | | this.backExceptionDataAWeekAgo(); |
| | | this.calTableHeight(); |
| | | // this.calTableHeight(); |
| | | // 查询时间段的各异常的站点,查询该时间区间的各异常数量 |
| | | this.getShopNames(); |
| | | // this.exception.exception0 = this.getSiteNameByExceptionType('0',this.beginTime,this.endTime) |
| | |
| | | </InputSearch> |
| | | </el-form-item> |
| | | |
| | | |
| | | |
| | | <el-form-item> |
| | | <TimeSelectWithShortCuts @submit-time="giveTime"></TimeSelectWithShortCuts> |
| | | </el-form-item> |
| | | |
| | | <el-form-item> |
| | | <ExceptionType |
| | | @submit-value="(n) => form.exceptionName = n" |
| | | ></ExceptionType> |
| | | </el-form-item> |
| | | |
| | | <el-form-item> |
| | | <TimeSelectWithShortCuts @submit-time="giveTime"></TimeSelectWithShortCuts> |
| | | </el-form-item> |
| | | </div> |
| | | |
| | |
| | | <!-- 标头 --> |
| | | <div class="card-text1"> |
| | | <image class="card-header-image"></image> |
| | | <span class="card-header-text">滑动平均值异常</span> |
| | | <span class="card-header-text">变化趋势异常</span> |
| | | </div> |
| | | |
| | | <div class="card-content-text"> |
| | |
| | | <!-- 标头 --> |
| | | <div class="card-text1"> |
| | | <image class="card-header-image"></image> |
| | | <span class="card-header-text">断电或断网</span> |
| | | <span class="card-header-text">数据缺失异常</span> |
| | | </div> |
| | | |
| | | <div class="card-content-text"> |