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[] = [