diff --git a/src/views/iot/tq/nuIotTqApiRequestLog/NuIotTqApiRequestLog.data.ts b/src/views/iot/tq/nuIotTqApiRequestLog/NuIotTqApiRequestLog.data.ts index 0d38cac..35dd684 100644 --- a/src/views/iot/tq/nuIotTqApiRequestLog/NuIotTqApiRequestLog.data.ts +++ b/src/views/iot/tq/nuIotTqApiRequestLog/NuIotTqApiRequestLog.data.ts @@ -16,34 +16,34 @@ export const columns: BasicColumn[] = [ dataIndex: 'type_dictText' }, { - title: '上次请求值', + title: '上次抄表值', align: "center", dataIndex: 'requestValue' }, { - title: '本次请求值', + title: '本次抄表值', align: "center", dataIndex: 'resolveValue' }, { - title: '本次请求时间', + title: '本次抄表时间', align: "center", dataIndex: 'requestTime' }, - { - title: '本次请求状态', - align: "center", - dataIndex: 'requestStatus_dictText' - }, - { - title: '本次反馈时间', - align: "center", - dataIndex: 'resolveTime' - }, + // { + // title: '本次抄表状态', + // align: "center", + // dataIndex: 'requestStatus_dictText' + // }, + // { + // title: '本次反馈时间', + // align: "center", + // dataIndex: 'resolveTime' + // }, { title: '本次反馈状态', align: "center", - dataIndex: 'resolveStatus_dictText' + dataIndex: 'resolveStatus' }, { title: '反馈描述', @@ -66,24 +66,14 @@ export const columns2: BasicColumn[] = [ dataIndex: 'type_dictText' }, { - title: '本次请求时间', + title: '本次抄表时间', align: "center", dataIndex: 'requestTime' }, - { - title: '本次请求状态', - align: "center", - dataIndex: 'requestStatus_dictText' - }, - { - title: '本次反馈时间', - align: "center", - dataIndex: 'resolveTime' - }, { title: '本次反馈状态', align: "center", - dataIndex: 'resolveStatus_dictText' + dataIndex: 'resolveStatus' }, { title: '反馈描述', @@ -97,10 +87,10 @@ export const columns2: BasicColumn[] = [ export const superQuerySchema = { address: {title: '表号',order: 0,view: 'text', type: 'string',}, type: {title: '类型',order: 1,view: 'list', type: 'string',dictCode: 'dbsb_type',}, - requestValue: {title: '请求时的值',order: 2,view: 'text', type: 'string',}, - requestTime: {title: '请求时间',order: 3,view: 'text', type: 'string',}, - requestStatus: {title: '请求状态',order: 4,view: 'list', type: 'string',dictCode: '',}, - requestRemark: {title: '请求描述',order: 5,view: 'text', type: 'string',}, + requestValue: {title: '抄表时的值',order: 2,view: 'text', type: 'string',}, + requestTime: {title: '抄表时间',order: 3,view: 'text', type: 'string',}, + requestStatus: {title: '抄表状态',order: 4,view: 'list', type: 'string',dictCode: '',}, + requestRemark: {title: '抄表描述',order: 5,view: 'text', type: 'string',}, resolveValue: {title: '反馈值',order: 6,view: 'text', type: 'string',}, resolveTime: {title: '反馈时间',order: 7,view: 'text', type: 'string',}, resolveStatus: {title: '反馈状态',order: 8,view: 'list', type: 'string',dictCode: 'dbsb_status',},