|  |  | 
 |  |  |                     rowClick={(id, resource, record) => false} | 
 |  |  |                     expand={<WavePannel />} | 
 |  |  |                     expandSingle={true} | 
 |  |  |                     omit={['id', 'createTime', 'createBy', 'createBy$','memo']} | 
 |  |  |                     omit={['id', 'createTime', 'createBy', 'createBy$']} | 
 |  |  |                 > | 
 |  |  |                     <NumberField source="id" /> | 
 |  |  |                     <TextField source="code" label="table.field.wave.code" /> | 
 |  |  | 
 |  |  |                     <TextField source="updateBy$" label="common.field.updateBy" /> | 
 |  |  |                     <DateField source="updateTime" label="common.field.updateTime" showTime /> | 
 |  |  |                     <TextField source="createBy$" label="common.field.createBy" /> | 
 |  |  |                      | 
 |  |  |                     <CustomProcess source="progress" label="table.field.wave.progress" /> | 
 |  |  |                     <TextField source="memo" label="common.field.memo" sortable={false} /> | 
 |  |  |                     <TextField source="exceStatus$" label="table.field.wave.exceStatus" sortable={false} /> | 
 |  |  |                     <TextField source="memo" label="common.field.memo" sortable={false} /> | 
 |  |  |                     <WrapperField cellClassName="opt" label="common.field.opt"> | 
 |  |  |                         <PauseButton /> | 
 |  |  |                         <ContinueButton /> |