|  |  | 
 |  |  |         <div style="width: 100%;"> | 
 |  |  |             <el-table border ref="singleTable" :data="tableData" highlight-current-row @row-click="handleRowClick" | 
 |  |  |                 max-height="350" style="width: 100%"> | 
 |  |  |                 <el-table-column property="crnNo" label="堆垛机"> | 
 |  |  |                 <el-table-column property="rgvNo" label="RGV号"> | 
 |  |  |                 </el-table-column> | 
 |  |  |                 <el-table-column property="workNo" label="工作号"> | 
 |  |  |                 <el-table-column property="workNo1" label="工作号"> | 
 |  |  |                 </el-table-column> | 
 |  |  |                 <el-table-column property="statusType" label="模式"> | 
 |  |  |                 </el-table-column> | 
 |  |  |                 <el-table-column property="wrkStatus$" label="任务状态"> | 
 |  |  |                 <el-table-column property="status" label="任务状态"> | 
 |  |  |                 </el-table-column> | 
 |  |  |                 <el-table-column property="deviceStatus" label="设备状态"> | 
 |  |  |                 <el-table-column property="walkPos" label="设备状态"> | 
 |  |  |                 </el-table-column> | 
 |  |  |             </el-table> | 
 |  |  |         </div> |