skyouc
2 天以前 d734647a726a0fc1e693619ad6b1b112f2ff0997
rsf-admin/src/page/statistics/deadTime/LocItemDeadList.jsx
@@ -47,16 +47,15 @@
    '& .RaDatagrid-row': {
        cursor: 'auto'
    },
    '& .column-deadTime': {
        width: 140,
        textAlign: 'center',
        color: 'red',
    },
    '& .RaDatagrid-headerCell': {
        color: 'black',
    },
    '& .column-maktx': {
        width: 150
    },
@@ -105,7 +104,7 @@
    return (
        <Box display="flex">
            <List
                resource="inStock/num"
                resource="locItem"
                sx={{
                    flexGrow: 1,
                    transition: (theme) =>
@@ -126,7 +125,7 @@
                perPage={DEFAULT_PAGE_SIZE}
            >
                <StyledDatagrid
                    preferenceKey='InStockNumList'
                    preferenceKey='locDeadReport'
                    bulkActionButtons={false}
                    rowClick={(id, resource, record) => false}
                    expand={false}