fix: dict
parent
1c110cc232
commit
1bccba8d54
|
@ -29,7 +29,7 @@ export const columns: BasicColumn[] = [
|
|||
dataIndex: 'type',
|
||||
width: 80,
|
||||
customRender: ({ text }) => {
|
||||
return useRender.renderDict(text, DICT_TYPE.MP_MESSAGE_TYPE, 'string')
|
||||
return useRender.renderDict(text, DICT_TYPE.MP_MESSAGE_TYPE)
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue