From ce0a28c298fb7683ee35fcbddaf612883f9b5001 Mon Sep 17 00:00:00 2001 From: yangjun <1173114630@qq.com> Date: Thu, 31 Jul 2025 16:21:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/admin/workorder/WorkOrder.data.ts | 18 ++++-- .../tq/ApiRequestLog/ApiRequestLogList.vue | 17 +++-- .../iot/yiweilian/components/ApiLogList.vue | 64 ++++++++++++++++--- 3 files changed, 77 insertions(+), 22 deletions(-) diff --git a/src/views/admin/workorder/WorkOrder.data.ts b/src/views/admin/workorder/WorkOrder.data.ts index bed72ae..22dc729 100644 --- a/src/views/admin/workorder/WorkOrder.data.ts +++ b/src/views/admin/workorder/WorkOrder.data.ts @@ -11,6 +11,12 @@ export const columns: BasicColumn[] = [ dataIndex: 'orgName', width:260 }, + { + title: '机构编码', + align: "center", + dataIndex: 'orgCode', + width:120 + }, { title: '平台类型', align: "center", @@ -21,12 +27,12 @@ export const columns: BasicColumn[] = [ align: "center", dataIndex: 'workType_dictText' }, - { - title: '标题', - align: "center", - dataIndex: 'title', - width:260 - }, + // { + // title: '标题', + // align: "center", + // dataIndex: 'title', + // width:260 + // }, { title: '工单状态', align: "center", diff --git a/src/views/iot/tq/ApiRequestLog/ApiRequestLogList.vue b/src/views/iot/tq/ApiRequestLog/ApiRequestLogList.vue index ea645cc..fffd644 100644 --- a/src/views/iot/tq/ApiRequestLog/ApiRequestLogList.vue +++ b/src/views/iot/tq/ApiRequestLog/ApiRequestLogList.vue @@ -5,17 +5,22 @@ - - - + + + + 全部 + 成功 + 失败 + - - - + + + + diff --git a/src/views/iot/yiweilian/components/ApiLogList.vue b/src/views/iot/yiweilian/components/ApiLogList.vue index 38c2e3c..b954cbd 100644 --- a/src/views/iot/yiweilian/components/ApiLogList.vue +++ b/src/views/iot/yiweilian/components/ApiLogList.vue @@ -1,4 +1,25 @@