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

This commit is contained in:
TsMask
2025-10-09 11:22:19 +08:00
parent c6e21c6c38
commit e1c4229e58
3 changed files with 13 additions and 13 deletions

View File

@@ -71,12 +71,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

@@ -87,12 +87,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

@@ -920,7 +920,7 @@ onMounted(() => {
v-perms:has="['neData:udm-auth:export-dec']"
>
<template #icon><ExportOutlined /></template>
Export DecData
Export Dec
</a-button>
<a-button