| | |
| | | </span> |
| | | </div> |
| | | <div class="title"> |
| | | {{currentDetails.farmName}} |
| | | <!-- <el-select--> |
| | | <!-- class="equipment-plot-select"--> |
| | | <!-- v-model="plotName"--> |
| | | <!-- placeholder="选择地块"--> |
| | | <!-- @change="landChangeValue($event)"--> |
| | | <!-- >--> |
| | | <!-- <el-option--> |
| | | <!-- v-for="(item, index) in plotList"--> |
| | | <!-- :key="index"--> |
| | | <!-- :label="item.landName"--> |
| | | <!-- :value="item.id"--> |
| | | <!-- ></el-option>--> |
| | | <!-- </el-select>--> |
| | | <!-- |
| | | {{currentDetails.farmName}} |
| | | <!-- <el-select--> |
| | | <!-- class="equipment-plot-select"--> |
| | | <!-- v-model="plotName"--> |
| | | <!-- placeholder="选择地块"--> |
| | | <!-- @change="landChangeValue($event)"--> |
| | | <!-- >--> |
| | | <!-- <el-option--> |
| | | <!-- v-for="(item, index) in plotList"--> |
| | | <!-- :key="index"--> |
| | | <!-- :label="item.landName"--> |
| | | <!-- :value="item.id"--> |
| | | <!-- ></el-option>--> |
| | | <!-- </el-select>--> |
| | | <!-- |
| | | <el-select |
| | | class="equipment-plot-select" |
| | | v-model="farmName" |
| | |
| | | :label="item.farmName" |
| | | :value="item.id" |
| | | ></el-option> |
| | | </el-select> --> |
| | | </el-select>--> |
| | | </div> |
| | | </div> |
| | | |
| | |
| | | const startTime = dateUtils.getSpecifyDayDate(10)// 获取10天前时间 |
| | | const endTime = dateUtils.getDayLast()// 获取今天最后日期 |
| | | getStationDateByStcd(stcd, startTime, endTime).then((res) => { |
| | | console.log(res.data.data, '1111111111111111111234') |
| | | // 遍历气象大集合 |
| | | res.data.data.weatherList.forEach(function (item, index) { |
| | | // 把气象无效数据过滤掉 |
| | |
| | | if (flvjs.isSupported()) { |
| | | // var arr = this.vidList |
| | | arr.forEach((item, index) => { |
| | | console.log(item.wssFlv,11112233) |
| | | console.log(item.wssFlv, 11112233) |
| | | if (item.wssFlv) { |
| | | var videoElement = document.getElementById(`videoElement${index}`) |
| | | this.flvPlayer = flvjs.createPlayer({ |