ims在线用户信息

This commit is contained in:
lai
2024-07-11 17:26:43 +08:00
parent be2a077bba
commit 1f6a13951f
5 changed files with 378 additions and 25 deletions

View File

@@ -286,14 +286,6 @@ onMounted(() => {
}
})
.finally(() => {
if (useUserStore().roles.includes('tenant')) {
const operateColumnIndex = tableColumns.findIndex(
column => column.key === 'tenantName'
);
if (operateColumnIndex !== -1) {
tableColumns.splice(operateColumnIndex, 1);
}
}
// 获取列表数据
fnGetList();
});
@@ -330,7 +322,7 @@ onMounted(() => {
</a-form-item>
</a-col>
<a-col :lg="8" :md="12" :xs="24" :gutter="16" v-roles:has="['administrator']">
<a-col :lg="8" :md="12" :xs="24" :gutter="16">
<a-form-item
:label="t('views.neUser.sub.tenantName')"
name="tenantName "