diff --git a/src/pages/account/Popup.tsx b/src/pages/account/Popup.tsx index 258455c..8e09605 100644 --- a/src/pages/account/Popup.tsx +++ b/src/pages/account/Popup.tsx @@ -113,6 +113,16 @@ export default (props: { }, ]; const items = [ + { + key: '1_0', + label: $t('table.accountId'), + children: rowData?.account || '-', + }, + { + key: '2_0', + label: $t('table.group'), + children: rowData?.group || '-', + }, { key: '1', label: $t('table.platform'),