fix: 修复 租户页面合并问题

This commit is contained in:
TsMask
2024-12-09 17:03:29 +08:00
parent a95a96dfc0
commit e11cb11ec9
12 changed files with 54 additions and 1228 deletions

View File

@@ -676,17 +676,6 @@ onBeforeUnmount(() => {
</template>
<template #expandedRowRender="{ record }">
<div style="width: 46%; padding-left: 32px; padding-bottom: 16px">
<a-divider orientation="left">
{{ t('views.dashboard.ue.ueInfo') }}
</a-divider>
<div>
<span>{{ t('views.ne.common.neName') }}: </span>
<span>{{ record.neName }}</span>
</div>
<div>
<span>{{ t('views.ne.common.rmUid') }}: </span>
<span>{{ record.rmUID }}</span>
</div>
<a-divider orientation="left">
{{ t('views.dashboard.ue.rowInfo') }}
</a-divider>