feat(account): show account id and group in popup
This commit is contained in:
@@ -113,6 +113,16 @@ export default (props: {
|
|||||||
},
|
},
|
||||||
];
|
];
|
||||||
const items = [
|
const items = [
|
||||||
|
{
|
||||||
|
key: '1_0',
|
||||||
|
label: $t('table.accountId'),
|
||||||
|
children: rowData?.account || '-',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: '2_0',
|
||||||
|
label: $t('table.group'),
|
||||||
|
children: rowData?.group || '-',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
key: '1',
|
key: '1',
|
||||||
label: $t('table.platform'),
|
label: $t('table.platform'),
|
||||||
|
|||||||
Reference in New Issue
Block a user