skyouc
2025-04-15 319e1d959ee33466a8a53c682a25af6b6cf50a95
rsf-admin/src/page/orders/asnOrder/AsnOrderList.jsx
@@ -65,10 +65,10 @@
  '& .column-name': {
  },
  '& .opt': {
    width: 320
    width: 180
  },
  '& .status': {
    width: 100
    width: 90
  },
}));
@@ -145,7 +145,7 @@
          bulkActionButtons={<> <InspectionsButton /><BulkDeleteButton mutationMode={OPERATE_MODE} /></>}
          rowClick={() => 'edit'}
          expandSingle={true}
          omit={['id', 'createTime', 'createBy', 'memo', 'poId']}
          omit={['id', 'createTime', 'createBy', 'memo', 'poId', 'rleStatus$']}
        >
          <NumberField source="id" />
          <TextField source="code" label="table.field.asnOrder.code" />