vluk@2fi-solutions.com.hk 1 месяц назад
Родитель
Сommit
ac09825085
1 измененных файлов: 3 добавлений и 3 удалений
  1. +3
    -3
      src/components/ScheduleTable/ScheduleTable.tsx

+ 3
- 3
src/components/ScheduleTable/ScheduleTable.tsx Просмотреть файл

@@ -227,7 +227,7 @@ function ScheduleTable<T extends ResultWithId>({
return ( return (
<> <>
<TableRow hover tabIndex={-1} key={row.id}> <TableRow hover tabIndex={-1} key={row.id}>
{isDetailedType(type) && (
{/*isDetailedType(type) && (
<TableCell> <TableCell>
<IconButton <IconButton
color="primary" color="primary"
@@ -241,7 +241,7 @@ function ScheduleTable<T extends ResultWithId>({
<PlayCircleOutlineIcon /> <PlayCircleOutlineIcon />
</IconButton> </IconButton>
</TableCell> </TableCell>
)}
)*/}
{(isEditable || hasCollapse) && ( {(isEditable || hasCollapse) && (
<TableCell> <TableCell>
{editingRowId === row.id ? ( {editingRowId === row.id ? (
@@ -306,7 +306,7 @@ function ScheduleTable<T extends ResultWithId>({
) : ( ) : (
<KeyboardArrowDownIcon /> <KeyboardArrowDownIcon />
)} )}
<Typography>{t("View BoM")}</Typography>
{/*<Typography>{t("BoM")}</Typography>*/}
</IconButton> </IconButton>
)} )}
</> </>


Загрузка…
Отмена
Сохранить