Browse Source

别名优化

main
cs 19 hours ago
parent
commit
0846b72520
  1. 4
      src/pages/message/template/index.tsx

4
src/pages/message/template/index.tsx

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

Loading…
Cancel
Save