|  |  |  | 
|---|
|  |  |  | </el-table-column> | 
|---|
|  |  |  | <el-table-column show-overflow-tooltip property="durationTime" label="持续时长"> | 
|---|
|  |  |  | </el-table-column> | 
|---|
|  |  |  | <el-table-column property="commandType" label="指令类型"> | 
|---|
|  |  |  | <el-table-column property="commandType$" label="指令类型"> | 
|---|
|  |  |  | </el-table-column> | 
|---|
|  |  |  | <el-table-column property="device" label="设备"> | 
|---|
|  |  |  | </el-table-column> | 
|---|
|  |  |  | 
|---|
|  |  |  | tableSearchParam: { | 
|---|
|  |  |  | task_no: null, | 
|---|
|  |  |  | status: null, | 
|---|
|  |  |  | wrk_no: null | 
|---|
|  |  |  | wrk_no: null, | 
|---|
|  |  |  | barcode: null, | 
|---|
|  |  |  | start_point: null, | 
|---|
|  |  |  | target_point : null | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | commandStep: -1 | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | 
|---|
|  |  |  | break; | 
|---|
|  |  |  | case "completeCommand": | 
|---|
|  |  |  | //完成指令 | 
|---|
|  |  |  | this.completeWrk(row) | 
|---|
|  |  |  | this.completeCommand(row) | 
|---|
|  |  |  | break; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | }, | 
|---|