|
@ -240,8 +240,8 @@ const MdwMessage = () => { |
|
|
dataIndex: 'name', |
|
|
dataIndex: 'name', |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
title: t(`${i18nPrefix}.columns.alias`, '别名'), |
|
|
|
|
|
dataIndex: 'alias', |
|
|
|
|
|
|
|
|
title: t(`${i18nPrefix}.columns.code`, 'Code'), |
|
|
|
|
|
dataIndex: 'code', |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
title: t(`${i18nPrefix}.columns.type`, '模板类型'), |
|
|
title: t(`${i18nPrefix}.columns.type`, '模板类型'), |
|
|