fix: dict

pull/12/head
xingyu 2023-05-11 18:33:36 +08:00
parent 1c110cc232
commit 1bccba8d54
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ export const columns: BasicColumn[] = [
dataIndex: 'type', dataIndex: 'type',
width: 80, width: 80,
customRender: ({ text }) => { customRender: ({ text }) => {
return useRender.renderDict(text, DICT_TYPE.MP_MESSAGE_TYPE, 'string') return useRender.renderDict(text, DICT_TYPE.MP_MESSAGE_TYPE)
} }
}, },
{ {