Explorar o código

fix(merge): merge sc

lind %!s(int64=3) %!d(string=hai) anos
pai
achega
b8d8dda96d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/pages/link/Certificate/index.tsx

+ 1 - 1
src/pages/link/Certificate/index.tsx

@@ -24,7 +24,7 @@ const Certificate = () => {
     {
       dataIndex: 'type',
       title: '证书标准',
-      render: (text: any) => <span>{text?.text || '-'}</span>,
+      render: (_, record: any) => <span>{record.type?.text || '-'}</span>,
       valueType: 'select',
       valueEnum: {
         common: {