| | |
| | | <span>{{ scope.row.type == '0' ? '机器' : '人工' }}</span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column label="状态" prop="status" width="70"> |
| | | <template #default="scope"> |
| | | <span>{{ scope.row.status == 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"> |
| | |
| | | params: {}, |
| | | keyWord: '', |
| | | type: '', |
| | | statu: 1, |
| | | statu: undefined, |
| | | types: [ |
| | | { |
| | | label: '机器', |