From 5bdb4edaed1ca3508bc4f72087cb3d18ec06d928 Mon Sep 17 00:00:00 2001 From: yangjun <1173114630@qq.com> Date: Thu, 26 Jun 2025 17:08:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9apilog=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../NuIotTqApiRequestLog.data.ts | 50 ++++++++----------- 1 file changed, 20 insertions(+), 30 deletions(-) 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',},