#8 设备管理-飞行器页面所属项目、加入组织时间、固件版本未显示,在线时间显示错误

main
zhufu 2 months ago
parent a519927a0f
commit 0514020849

@ -28,10 +28,6 @@ export const columns = [
title: '加入组织时间',
dataIndex: 'updateTime',
},
{
title: '在线时间',
dataIndex: 'online_time',
},
];
export const searchFormSchema: FormSchema[] = [

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

Loading…
Cancel
Save