skyouc
2025-04-07 1b5a58ec0da1ae8eb40a66e41dcd23bb7c2b2e94
rsf-admin/src/page/asnOrder/AsnOrderList.jsx
@@ -62,7 +62,7 @@
  '& .column-name': {
  },
  '& .opt': {
    width: 200
    width: 300
  },
}));
@@ -167,7 +167,7 @@
          <TextField source="exceStatus$" label="common.field.status" />
          {/* <BooleanField source="statusBool" label="common.field.status" sortable={false} /> */}
          <TextField source="memo" label="common.field.memo" sortable={false} />
          <WrapperField cellClassName="opt" label="common.field.opt" >
          <WrapperField cellClassName="opt" label="common.field.opt" width={300} >
            {/* <Button label="toolbar.print" onClick={print}>
              <FileDownloadIcon />
            </Button> */}