|  |  | 
 |  |  |               </el-row> | 
 |  |  |               <el-row type="flex" align="center" id="datav"> | 
 |  |  |                 <dv-border-box-11  title="播种墙" class="pick-wall" > | 
 |  |  |                   <el-row type="flex" align="center" justify="center" class="pick-wall-circle" > | 
 |  |  |                     <el-col :span="1"> | 
 |  |  |                       <p class="pick-wall-tip"></p> | 
 |  |  |                     </el-col> | 
 |  |  |                     <el-col :span="22"> | 
 |  |  |                       <p>绿色:任务已完成  黄色:等待中  红色:播种中</p> | 
 |  |  |                     </el-col> | 
 |  |  |                   </el-row> | 
 |  |  | <!--                  <el-row type="flex" align="center" justify="center" class="pick-wall-circle" >--> | 
 |  |  | <!--                    <el-col :span="1">--> | 
 |  |  | <!--                      <p class="pick-wall-tip"></p>--> | 
 |  |  | <!--                    </el-col>--> | 
 |  |  | <!--                    <el-col :span="22">--> | 
 |  |  | <!--                      <p>绿色:任务已完成  黄色:等待中  红色:播种中</p>--> | 
 |  |  | <!--                    </el-col>--> | 
 |  |  | <!--                  </el-row>--> | 
 |  |  |                   <div class="pick-wall-box"> | 
 |  |  |                     <el-col :span="6" v-for="(item, index) in seedBracket" :key="index" @click.native="lightClick(item)"> | 
 |  |  |                       <div class="seed-bracket" :style="getLightStatus(item)" /> | 
 |  |  | 
 |  |  |   created () { | 
 |  |  |     let that = this | 
 |  |  |     setInterval(() => { | 
 |  |  |         that.fetch() | 
 |  |  |         that.refreshData() | 
 |  |  |     }, 10000) | 
 |  |  |   }, | 
 |  |  |  | 
 |  |  | 
 |  |  |     } | 
 |  |  |   }, | 
 |  |  |   methods: { | 
 |  |  |     fetch() { | 
 |  |  |     refreshData() { | 
 |  |  |       //获取当前执行任务 | 
 |  |  |       this.getWaves() | 
 |  |  |       //获取当前播种墙库位信息 | 
 |  |  | 
 |  |  | </script> | 
 |  |  |  | 
 |  |  | <style lang="less"> | 
 |  |  |  | 
 |  |  |  | 
 |  |  |   @media screen and (max-width: 1920px){ | 
 |  |  |     #data-view { | 
 |  |  |       width: 100%; | 
 |  |  | 
 |  |  |         margin: 5px 0; | 
 |  |  |       } | 
 |  |  |  | 
 |  |  |  | 
 |  |  |  | 
 |  |  |       .pick-order-detl { | 
 |  |  |         padding: 0 15px; | 
 |  |  |  | 
 |  |  |         .detl-box-border { | 
 |  |  |           height: 59vh; | 
 |  |  |  | 
 |  |  |           height: 55vh; | 
 |  |  |           .detl-box-padding { | 
 |  |  |             height: 65px | 
 |  |  |           } | 
 |  |  | 
 |  |  |         text-align: center; | 
 |  |  |         color: white; | 
 |  |  |         margin: 20vh; | 
 |  |  |  | 
 |  |  |         .container { | 
 |  |  |           padding: 45px 60px; | 
 |  |  |  | 
 |  |  |           .btn { | 
 |  |  |             width: 30vh;height: 7vh;font-size: 23px; | 
 |  |  |           } | 
 |  |  | 
 |  |  |  | 
 |  |  |       .pick-wall { | 
 |  |  |         padding: 60px 10px 10px 10px; | 
 |  |  |         height: 68vh; | 
 |  |  |         height: 47vh; | 
 |  |  |  | 
 |  |  |         .pick-wall-box { | 
 |  |  |           .seed-bracket { | 
 |  |  | 
 |  |  |             width: 1px; | 
 |  |  |             background: #03d3ec; | 
 |  |  |             border-left: 5px solid #50bfff | 
 |  |  |           } | 
 |  |  |  | 
 |  |  |           span { | 
 |  |  |             margin: 2px; | 
 |  |  |           } | 
 |  |  |         } | 
 |  |  |       } | 
 |  |  | 
 |  |  |  | 
 |  |  |       .order-box-row { | 
 |  |  |         width: 84vh; | 
 |  |  |         height: 38vh; | 
 |  |  |         height: 33vh; | 
 |  |  |  | 
 |  |  |         .order-box { | 
 |  |  |           padding:0px 30px; | 
 |  |  | 
 |  |  |               } | 
 |  |  |             } | 
 |  |  |  | 
 |  |  |  | 
 |  |  |  | 
 |  |  |  | 
 |  |  |             .ship-order-list { | 
 |  |  |               font-size: 18px; color: white; | 
 |  |  |             } | 
 |  |  |           } | 
 |  |  |         } | 
 |  |  |         .empty-padding { | 
 |  |  |           padding-top: 65px; | 
 |  |  |           padding-top: 105px; | 
 |  |  |           .el-empty__image { | 
 |  |  |             height: 100px; | 
 |  |  |           } | 
 |  |  |         } | 
 |  |  |       } | 
 |  |  |       .order-detl-list { |