| | |
| | | @select="handleSelect" |
| | | > |
| | | <el-table-column type="selection" width="55" :selectable="checkSelectable" /> |
| | | <el-table-column type="index" label="序号" width="60" /> |
| | | <el-table-column type="index" label="序号" width="60" > |
| | | <template #default="{ $index }"> |
| | | {{ ($index + 1).toString().padStart(2, '0') }} |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column show-overflow-tooltip prop="nickname" label="机巢名称" /> |
| | | <el-table-column show-overflow-tooltip width="120" prop="estimated_arrival_time" label="预计到达时间" /> |
| | | <el-table-column show-overflow-tooltip prop="exe_distance" label="执行里程" /> |