diff --git a/src/views/dashboard/amfUE/index.vue b/src/views/dashboard/amfUE/index.vue index d093d901..55947f7d 100644 --- a/src/views/dashboard/amfUE/index.vue +++ b/src/views/dashboard/amfUE/index.vue @@ -134,12 +134,12 @@ let tableState: TabeStateType = reactive({ /**表格字段列 */ let tableColumns: ColumnsType = [ - { - title: t('common.rowId'), - dataIndex: 'id', - align: 'left', - width: 100, - }, + // { + // title: t('common.rowId'), + // dataIndex: 'id', + // align: 'left', + // width: 100, + // }, { title: 'IMSI', dataIndex: 'eventJSON', diff --git a/src/views/dashboard/imsCDR/index.vue b/src/views/dashboard/imsCDR/index.vue index 064ea3e9..2c0761ab 100644 --- a/src/views/dashboard/imsCDR/index.vue +++ b/src/views/dashboard/imsCDR/index.vue @@ -141,12 +141,12 @@ let tableState: TabeStateType = reactive({ /**表格字段列 */ let tableColumns: ColumnsType = [ - { - title: t('common.rowId'), - dataIndex: 'id', - align: 'left', - width: 100, - }, + // { + // title: t('common.rowId'), + // dataIndex: 'id', + // align: 'left', + // width: 100, + // }, { title: t('views.dashboard.cdr.recordType'), dataIndex: 'cdrJSON', diff --git a/src/views/dashboard/mmeUE/index.vue b/src/views/dashboard/mmeUE/index.vue index 3fd87c07..50550336 100644 --- a/src/views/dashboard/mmeUE/index.vue +++ b/src/views/dashboard/mmeUE/index.vue @@ -135,12 +135,12 @@ let tableState: TabeStateType = reactive({ /**表格字段列 */ let tableColumns: ColumnsType = [ - { - title: t('common.rowId'), - dataIndex: 'id', - align: 'left', - width: 100, - }, + // { + // title: t('common.rowId'), + // dataIndex: 'id', + // align: 'left', + // width: 100, + // }, { title: 'IMSI', dataIndex: 'eventJSON', diff --git a/src/views/dashboard/sgwcCDR/index.vue b/src/views/dashboard/sgwcCDR/index.vue index c719a701..ce7121d6 100644 --- a/src/views/dashboard/sgwcCDR/index.vue +++ b/src/views/dashboard/sgwcCDR/index.vue @@ -111,12 +111,12 @@ let tableState: TabeStateType = reactive({ /**表格字段列 */ let tableColumns: ColumnsType = [ - { - title: t('common.rowId'), - dataIndex: 'id', - align: 'left', - width: 100, - }, + // { + // title: t('common.rowId'), + // dataIndex: 'id', + // align: 'left', + // width: 100, + // }, { title: t('views.dashboard.cdr.chargingID'), // 计费ID dataIndex: 'cdrJSON', diff --git a/src/views/dashboard/smfCDR/index.vue b/src/views/dashboard/smfCDR/index.vue index 7e15a040..b3cfcce0 100644 --- a/src/views/dashboard/smfCDR/index.vue +++ b/src/views/dashboard/smfCDR/index.vue @@ -108,12 +108,12 @@ let tableState: TabeStateType = reactive({ /**表格字段列 */ let tableColumns = ref([ - { - title: t('common.rowId'), - dataIndex: 'id', - align: 'center', - width: 100, - }, + // { + // title: t('common.rowId'), + // dataIndex: 'id', + // align: 'center', + // width: 100, + // }, { title: t('views.dashboard.cdr.chargingID'), // 计费ID dataIndex: 'cdrJSON', diff --git a/src/views/dashboard/smscCDR/index.vue b/src/views/dashboard/smscCDR/index.vue index ab2ca6b7..1c122ea4 100644 --- a/src/views/dashboard/smscCDR/index.vue +++ b/src/views/dashboard/smscCDR/index.vue @@ -136,12 +136,12 @@ let tableState: TabeStateType = reactive({ /**表格字段列 */ let tableColumns: ColumnsType = [ - { - title: t('common.rowId'), - dataIndex: 'id', - align: 'left', - width: 100, - }, + // { + // title: t('common.rowId'), + // dataIndex: 'id', + // align: 'left', + // width: 100, + // }, { title: t('views.dashboard.cdr.recordType'), dataIndex: 'cdrJSON', diff --git a/src/views/logManage/alarm/index.vue b/src/views/logManage/alarm/index.vue index 0731050d..83772176 100644 --- a/src/views/logManage/alarm/index.vue +++ b/src/views/logManage/alarm/index.vue @@ -104,12 +104,12 @@ let tableState: TabeStateType = reactive({ /**表格字段列 */ let tableColumns: ColumnsType = [ - { - 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/logManage/forwarding/index.vue b/src/views/logManage/forwarding/index.vue index 50d3c9ea..fabb144f 100644 --- a/src/views/logManage/forwarding/index.vue +++ b/src/views/logManage/forwarding/index.vue @@ -99,12 +99,12 @@ let tableState: TabeStateType = reactive({ /**表格字段列 */ let tableColumns: ColumnsType = reactive([ - { - title: t('common.rowId'), - dataIndex: 'id', - align: 'left', - width: 100, - }, + // { + // title: t('common.rowId'), + // dataIndex: 'id', + // align: 'left', + // width: 100, + // }, { title: t('views.logManage.forwarding.alarmInter'), dataIndex: 'type', diff --git a/src/views/logManage/mml/index.vue b/src/views/logManage/mml/index.vue index 0a0097e3..d477c379 100644 --- a/src/views/logManage/mml/index.vue +++ b/src/views/logManage/mml/index.vue @@ -63,12 +63,12 @@ let tableState: TabeStateType = reactive({ /**表格字段列 */ let tableColumns: ColumnsType = reactive([ - { - title: t('common.rowId'), - dataIndex: 'id', - align: 'left', - width: 80, - }, + // { + // title: t('common.rowId'), + // dataIndex: 'id', + // align: 'left', + // width: 80, + // }, { title: t('views.logManage.mml.account'), dataIndex: 'user', diff --git a/src/views/ne/neConfigBackup/index.vue b/src/views/ne/neConfigBackup/index.vue index feaf5a88..385fe1ab 100644 --- a/src/views/ne/neConfigBackup/index.vue +++ b/src/views/ne/neConfigBackup/index.vue @@ -73,12 +73,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/neQuickSetup/components/NeInfoSoftwareInstall.vue b/src/views/ne/neQuickSetup/components/NeInfoSoftwareInstall.vue index 7ac8ba90..b232ba94 100644 --- a/src/views/ne/neQuickSetup/components/NeInfoSoftwareInstall.vue +++ b/src/views/ne/neQuickSetup/components/NeInfoSoftwareInstall.vue @@ -18,12 +18,12 @@ const EditModal = defineAsyncComponent( /**表格字段列 */ let tableColumns: ColumnsType = [ - { - title: t('common.rowId'), - dataIndex: 'id', - align: 'left', - width: 50, - }, + // { + // title: t('common.rowId'), + // dataIndex: 'id', + // align: 'left', + // width: 50, + // }, { title: t('views.ne.common.neType'), dataIndex: 'neType',