style: 移除ID列显示

This commit is contained in:
TsMask
2025-10-09 19:36:26 +08:00
parent 669bdf5b7d
commit 2ac730dfe2
19 changed files with 112 additions and 112 deletions

View File

@@ -128,12 +128,12 @@ let tableColumnsDnd = ref<ColumnsType>([]);
/**表格字段列 */ /**表格字段列 */
let tableColumns: ColumnsType = [ let tableColumns: ColumnsType = [
{ // {
title: t('common.rowId'), // title: t('common.rowId'),
dataIndex: 'id', // dataIndex: 'id',
align: 'left', // align: 'left',
width: 100, // width: 100,
}, // },
{ {
title: 'IMSI', title: 'IMSI',
dataIndex: 'eventJSON', dataIndex: 'eventJSON',

View File

@@ -130,12 +130,12 @@ let tableState: TabeStateType = reactive({
/**表格字段列 */ /**表格字段列 */
let tableColumns: ColumnsType = [ let tableColumns: ColumnsType = [
{ // {
title: t('common.rowId'), // title: t('common.rowId'),
dataIndex: 'id', // dataIndex: 'id',
align: 'left', // align: 'left',
width: 100, // width: 100,
}, // },
{ {
title: t('views.dashboard.cdr.recordType'), title: t('views.dashboard.cdr.recordType'),
dataIndex: 'cdrJSON', dataIndex: 'cdrJSON',

View File

@@ -123,12 +123,12 @@ let tableState: TabeStateType = reactive({
/**表格字段列 */ /**表格字段列 */
let tableColumns: ColumnsType = [ let tableColumns: ColumnsType = [
{ // {
title: t('common.rowId'), // title: t('common.rowId'),
dataIndex: 'id', // dataIndex: 'id',
align: 'left', // align: 'left',
width: 100, // width: 100,
}, // },
{ {
title: 'IMSI', title: 'IMSI',
dataIndex: 'eventJSON', dataIndex: 'eventJSON',

View File

@@ -96,12 +96,12 @@ let tableState: TabeStateType = reactive({
/**表格字段列 */ /**表格字段列 */
let tableColumns: ColumnsType = [ let tableColumns: ColumnsType = [
{ // {
title: t('common.rowId'), // title: t('common.rowId'),
dataIndex: 'id', // dataIndex: 'id',
align: 'left', // align: 'left',
width: 100, // width: 100,
}, // },
{ {
title: t('views.dashboard.cdr.chargingID'), // 计费ID title: t('views.dashboard.cdr.chargingID'), // 计费ID
dataIndex: 'cdrJSON', dataIndex: 'cdrJSON',

View File

@@ -102,12 +102,12 @@ let tableState: TabeStateType = reactive({
/**表格字段列 */ /**表格字段列 */
let tableColumns = ref<ColumnsType>([ let tableColumns = ref<ColumnsType>([
{ // {
title: t('common.rowId'), // title: t('common.rowId'),
dataIndex: 'id', // dataIndex: 'id',
align: 'center', // align: 'center',
width: 100, // width: 100,
}, // },
{ {
title: t('views.dashboard.cdr.chargingID'), // 计费ID title: t('views.dashboard.cdr.chargingID'), // 计费ID
dataIndex: 'cdrJSON', dataIndex: 'cdrJSON',

View File

@@ -127,12 +127,12 @@ let tableState: TabeStateType = reactive({
/**表格字段列 */ /**表格字段列 */
let tableColumns: ColumnsType = [ let tableColumns: ColumnsType = [
{ // {
title: t('common.rowId'), // title: t('common.rowId'),
dataIndex: 'id', // dataIndex: 'id',
align: 'left', // align: 'left',
width: 100, // width: 100,
}, // },
{ {
title: t('views.dashboard.cdr.recordType'), title: t('views.dashboard.cdr.recordType'),
dataIndex: 'cdrJSON', dataIndex: 'cdrJSON',

View File

@@ -77,11 +77,11 @@ let tableState: TabeStateType = reactive({
/**表格字段列 */ /**表格字段列 */
let tableColumns: ColumnsType = [ let tableColumns: ColumnsType = [
{ // {
title: t('common.rowId'), // title: t('common.rowId'),
dataIndex: 'id', // dataIndex: 'id',
align: 'center', // align: 'center',
}, // },
{ {
title: t('views.logManage.alarm.type'), title: t('views.logManage.alarm.type'),
dataIndex: 'neType', dataIndex: 'neType',

View File

@@ -74,12 +74,12 @@ let tableState: TabeStateType = reactive({
/**表格字段列 */ /**表格字段列 */
let tableColumns: ColumnsType = [ let tableColumns: ColumnsType = [
{ // {
title: t('common.rowId'), // title: t('common.rowId'),
dataIndex: 'id', // dataIndex: 'id',
align: 'center', // align: 'center',
width: 3, // width: 3,
}, // },
{ {
title: t('views.logManage.forwarding.alarmInter'), title: t('views.logManage.forwarding.alarmInter'),
dataIndex: 'interface', dataIndex: 'interface',

View File

@@ -63,12 +63,12 @@ let tableState: TabeStateType = reactive({
/**表格字段列 */ /**表格字段列 */
let tableColumns: ColumnsType = reactive([ let tableColumns: ColumnsType = reactive([
{ // {
title: t('common.rowId'), // title: t('common.rowId'),
dataIndex: 'id', // dataIndex: 'id',
align: 'left', // align: 'left',
width: 80, // width: 80,
}, // },
{ {
title: t('views.logManage.mml.account'), title: t('views.logManage.mml.account'),
dataIndex: 'user', dataIndex: 'user',

View File

@@ -109,12 +109,12 @@ let tableState: TabeStateType = reactive({
/**表格字段列 */ /**表格字段列 */
let tableColumns = ref<ColumnsType>([ let tableColumns = ref<ColumnsType>([
{ // {
title: t('common.rowId'), // title: t('common.rowId'),
dataIndex: 'id', // dataIndex: 'id',
align: 'left', // align: 'left',
width: 80, // width: 80,
}, // },
{ {
title: t('views.neData.baseStation.name'), title: t('views.neData.baseStation.name'),
dataIndex: 'name', dataIndex: 'name',

View File

@@ -77,11 +77,11 @@ let tableState: TabeStateType = reactive({
/**表格字段列 */ /**表格字段列 */
let tableColumns: ColumnsType = [ let tableColumns: ColumnsType = [
{ // {
title: t('common.rowId'), // title: t('common.rowId'),
dataIndex: 'id', // dataIndex: 'id',
align: 'center', // align: 'center',
}, // },
{ {
title: t('views.perfManage.taskManage.neType'), title: t('views.perfManage.taskManage.neType'),
dataIndex: 'neType', dataIndex: 'neType',

View File

@@ -115,12 +115,12 @@ let tableColumnsDnd = ref<ColumnsType>([]);
/**表格字段列 */ /**表格字段列 */
let tableColumns: ColumnsType = [ let tableColumns: ColumnsType = [
{ // {
title: t('common.rowId'), // title: t('common.rowId'),
dataIndex: 'id', // dataIndex: 'id',
align: 'left', // align: 'left',
width: 100, // width: 100,
}, // },
{ {
title: 'IMSI', title: 'IMSI',
dataIndex: 'eventJSON', dataIndex: 'eventJSON',

View File

@@ -115,12 +115,12 @@ let tableState: TabeStateType = reactive({
/**表格字段列 */ /**表格字段列 */
let tableColumns: ColumnsType = [ let tableColumns: ColumnsType = [
{ // {
title: t('common.rowId'), // title: t('common.rowId'),
dataIndex: 'id', // dataIndex: 'id',
align: 'left', // align: 'left',
width: 100, // width: 100,
}, // },
{ {
title: t('views.dashboard.cdr.recordType'), title: t('views.dashboard.cdr.recordType'),
dataIndex: 'cdrJSON', dataIndex: 'cdrJSON',

View File

@@ -112,12 +112,12 @@ let tableState: TabeStateType = reactive({
/**表格字段列 */ /**表格字段列 */
let tableColumns: ColumnsType = [ let tableColumns: ColumnsType = [
{ // {
title: t('common.rowId'), // title: t('common.rowId'),
dataIndex: 'id', // dataIndex: 'id',
align: 'left', // align: 'left',
width: 100, // width: 100,
}, // },
{ {
title: 'IMSI', title: 'IMSI',
dataIndex: 'eventJSON', dataIndex: 'eventJSON',

View File

@@ -84,12 +84,12 @@ let tableState: TabeStateType = reactive({
/**表格字段列 */ /**表格字段列 */
let tableColumns: ColumnsType = [ let tableColumns: ColumnsType = [
{ // {
title: t('common.rowId'), // title: t('common.rowId'),
dataIndex: 'id', // dataIndex: 'id',
align: 'center', // align: 'center',
width: 100, // width: 100,
}, // },
{ {
title: t('views.dashboard.cdr.chargingID'), // 计费ID title: t('views.dashboard.cdr.chargingID'), // 计费ID
dataIndex: 'cdrJSON', dataIndex: 'cdrJSON',

View File

@@ -99,12 +99,12 @@ let tableState: TabeStateType = reactive({
/**表格字段列 */ /**表格字段列 */
let tableColumns: ColumnsType = [ let tableColumns: ColumnsType = [
{ // {
title: t('common.rowId'), // title: t('common.rowId'),
dataIndex: 'id', // dataIndex: 'id',
align: 'left', // align: 'left',
width: 100, // width: 100,
}, // },
{ {
title: t('views.dashboard.cdr.recordType'), title: t('views.dashboard.cdr.recordType'),
dataIndex: 'cdrJSON', dataIndex: 'cdrJSON',

View File

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

View File

@@ -83,12 +83,12 @@ let tableState: TabeStateType = reactive({
/**表格字段列 */ /**表格字段列 */
let tableColumns: ColumnsType = reactive([ let tableColumns: ColumnsType = reactive([
{ // {
title: t('common.rowId'), // title: t('common.rowId'),
dataIndex: 'id', // dataIndex: 'id',
align: 'right', // align: 'right',
width: 50, // width: 50,
}, // },
{ {
title: t('views.traceManage.task.imsi'), title: t('views.traceManage.task.imsi'),
dataIndex: 'imsi', dataIndex: 'imsi',

View File

@@ -95,12 +95,12 @@ let tableState: TabeStateType = reactive({
/**表格字段列 */ /**表格字段列 */
let tableColumns: ColumnsType = [ let tableColumns: ColumnsType = [
{ // {
title: t('common.rowId'), // title: t('common.rowId'),
dataIndex: 'id', // dataIndex: 'id',
align: 'left', // align: 'left',
width: 100, // width: 100,
}, // },
{ {
title: t('views.traceManage.task.msgNe'), title: t('views.traceManage.task.msgNe'),
dataIndex: 'msgNe', dataIndex: 'msgNe',