feat(account): show account id and group in popup

This commit is contained in:
2026-05-18 22:56:13 +08:00
parent 331e4ff625
commit 9cafea8efb

View File

@@ -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'),