| | |
| | | <el-table-column type="selection" width="50"></el-table-column> |
| | | <el-table-column label="工位编号" prop="code" width="120"></el-table-column> |
| | | <el-table-column label="工位名称" prop="name" width="120"></el-table-column> |
| | | <el-table-column label="工位类型" prop="type" width="120"></el-table-column> |
| | | <el-table-column label="工位类型" prop="type" width="120"> |
| | | <template #default="scope"> |
| | | <span>{{ scope.row.type == '0' ? '机器': '人工' }}</span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column label="工位日历" prop="calendarName" width="120"></el-table-column> |
| | | <el-table-column label="操作" fixed="right" align="right" width="160"> |
| | | <template #default="scope"> |