From 0846b7252091d9638ffef948cd70748b505bfd52 Mon Sep 17 00:00:00 2001 From: cs Date: Thu, 19 Sep 2024 18:25:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=AB=E5=90=8D=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/message/template/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/message/template/index.tsx b/src/pages/message/template/index.tsx index 34bb384..0c56c27 100644 --- a/src/pages/message/template/index.tsx +++ b/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`, '模板类型'),