From 0514020849d4d1ead948aad5ab90bc750c87fe64 Mon Sep 17 00:00:00 2001 From: zhufu <17863654727@163.com> Date: Wed, 16 Jul 2025 15:06:45 +0800 Subject: [PATCH] =?UTF-8?q?#8=20=E8=AE=BE=E5=A4=87=E7=AE=A1=E7=90=86-?= =?UTF-8?q?=E9=A3=9E=E8=A1=8C=E5=99=A8=E9=A1=B5=E9=9D=A2=E6=89=80=E5=B1=9E?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E3=80=81=E5=8A=A0=E5=85=A5=E7=BB=84=E7=BB=87?= =?UTF-8?q?=E6=97=B6=E9=97=B4=E3=80=81=E5=9B=BA=E4=BB=B6=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E6=9C=AA=E6=98=BE=E7=A4=BA=EF=BC=8C=E5=9C=A8=E7=BA=BF=E6=97=B6?= =?UTF-8?q?=E9=97=B4=E6=98=BE=E7=A4=BA=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../workmanagement/device/Aerocraft/utils.ts | 4 ---- .../workmanagement/device/Airport/utils.ts | 24 ++++++++----------- 2 files changed, 10 insertions(+), 18 deletions(-) diff --git a/src/views/demo/workmanagement/device/Aerocraft/utils.ts b/src/views/demo/workmanagement/device/Aerocraft/utils.ts index 4fd6cd8..24ba975 100644 --- a/src/views/demo/workmanagement/device/Aerocraft/utils.ts +++ b/src/views/demo/workmanagement/device/Aerocraft/utils.ts @@ -28,10 +28,6 @@ export const columns = [ title: '加入组织时间', dataIndex: 'updateTime', }, - { - title: '在线时间', - dataIndex: 'online_time', - }, ]; export const searchFormSchema: FormSchema[] = [ diff --git a/src/views/demo/workmanagement/device/Airport/utils.ts b/src/views/demo/workmanagement/device/Airport/utils.ts index fed0045..560cc45 100644 --- a/src/views/demo/workmanagement/device/Airport/utils.ts +++ b/src/views/demo/workmanagement/device/Airport/utils.ts @@ -14,16 +14,16 @@ export const columns = [ }, { title: '固件版本', - dataIndex: 'version', - }, - { - title: '固件升级', - dataIndex: 'compatible_status', - }, - { - title: '飞行安全数据库', - dataIndex: 'database', + dataIndex: 'firmwareVersion', }, + // { + // title: '固件升级', + // dataIndex: 'compatible_status', + // }, + // { + // title: '飞行安全数据库', + // dataIndex: 'database', + // }, { title: '工作状态', dataIndex: 'flighttask_step_code', @@ -35,11 +35,7 @@ export const columns = [ { title: '加入组织时间', dataIndex: 'createTime', - }, - { - title: '在线时间', - dataIndex: 'first_power_on', - }, + } ]; export const searchFormSchema: FormSchema[] = [