style: 移除网元版本和授权ID列显示

This commit is contained in:
TsMask
2025-10-09 11:46:06 +08:00
parent 79830b752a
commit 744867243f
3 changed files with 13 additions and 13 deletions

View File

@@ -66,12 +66,12 @@ let tableState: TabeStateType = reactive({
/**表格字段列 */
let tableColumns = ref<TableColumnsType>([
{
title: t('common.rowId'),
dataIndex: 'id',
align: 'left',
width: 100,
},
// {
// title: t('common.rowId'),
// dataIndex: 'id',
// align: 'left',
// width: 100,
// },
{
title: t('views.ne.common.neType'),
dataIndex: 'neType',

View File

@@ -90,12 +90,12 @@ let tableState: TabeStateType = reactive({
/**表格字段列 */
let tableColumns = ref<TableColumnsType>([
{
title: t('common.rowId'),
dataIndex: 'id',
align: 'left',
width: 100,
},
// {
// title: t('common.rowId'),
// dataIndex: 'id',
// align: 'left',
// width: 100,
// },
{
title: t('views.ne.common.neType'),
dataIndex: 'neType',

View File

@@ -925,7 +925,7 @@ onMounted(() => {
v-perms:has="['neUser:auth:export-dec']"
>
<template #icon><ExportOutlined /></template>
{{ t('views.neUser.auth.export') }} DecAuth
{{ t('views.neUser.auth.export') }}
</a-button>
<a-button