diff --git a/src/views/ne/neLicense/index.vue b/src/views/ne/neLicense/index.vue index a3c4d9ff..f5aff5e7 100644 --- a/src/views/ne/neLicense/index.vue +++ b/src/views/ne/neLicense/index.vue @@ -71,12 +71,12 @@ let tableState: TabeStateType = reactive({ /**表格字段列 */ let tableColumns = ref([ - { - 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', diff --git a/src/views/ne/neVersion/index.vue b/src/views/ne/neVersion/index.vue index f18469a7..e1c3eaf6 100644 --- a/src/views/ne/neVersion/index.vue +++ b/src/views/ne/neVersion/index.vue @@ -87,12 +87,12 @@ let tableState: TabeStateType = reactive({ /**表格字段列 */ let tableColumns = ref([ - { - 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', diff --git a/src/views/neData/udm-auth/index.vue b/src/views/neData/udm-auth/index.vue index cd5a63eb..9742fac7 100644 --- a/src/views/neData/udm-auth/index.vue +++ b/src/views/neData/udm-auth/index.vue @@ -920,7 +920,7 @@ onMounted(() => { v-perms:has="['neData:udm-auth:export-dec']" > - Export DecData + Export Dec