Browse Source

别名优化

main
cs 23 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', 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`, '模板类型'),

Loading…
Cancel
Save