From 956cfe18be75100b2fcd1ac547aadc310b1da2aa Mon Sep 17 00:00:00 2001 From: whyour Date: Fri, 22 Sep 2023 00:47:36 +0800 Subject: [PATCH] =?UTF-8?q?=E7=8E=AF=E5=A2=83=E5=8F=98=E9=87=8F=E5=90=8D?= =?UTF-8?q?=E7=A7=B0=E5=A2=9E=E5=8A=A0=E5=A4=8D=E5=88=B6=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/env/index.tsx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/pages/env/index.tsx b/src/pages/env/index.tsx index 9a1456edbd1..15e0f69532a 100644 --- a/src/pages/env/index.tsx +++ b/src/pages/env/index.tsx @@ -82,6 +82,16 @@ const Env = () => { dataIndex: 'name', key: 'name', sorter: (a: any, b: any) => a.name.localeCompare(b.name), + render: (text: string, record: any) => { + return ( +
+ +
{text}
+
+ +
+ ); + }, }, { title: intl.get('值'),