style: 移除ID列显示

This commit is contained in:
TsMask
2025-10-09 19:54:49 +08:00
parent e1c4229e58
commit 97e5533d6e
11 changed files with 66 additions and 66 deletions

View File

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

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

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

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

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

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

@@ -104,12 +104,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.ne.common.neType'), title: t('views.ne.common.neType'),
dataIndex: 'neType', dataIndex: 'neType',

View File

@@ -99,12 +99,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: 100, // width: 100,
}, // },
{ {
title: t('views.logManage.forwarding.alarmInter'), title: t('views.logManage.forwarding.alarmInter'),
dataIndex: 'type', dataIndex: 'type',

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

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

@@ -18,12 +18,12 @@ const EditModal = defineAsyncComponent(
/**表格字段列 */ /**表格字段列 */
let tableColumns: ColumnsType = [ let tableColumns: ColumnsType = [
{ // {
title: t('common.rowId'), // title: t('common.rowId'),
dataIndex: 'id', // dataIndex: 'id',
align: 'left', // align: 'left',
width: 50, // width: 50,
}, // },
{ {
title: t('views.ne.common.neType'), title: t('views.ne.common.neType'),
dataIndex: 'neType', dataIndex: 'neType',