设备配置同步

This commit is contained in:
曹磊 2025-08-08 09:15:45 +08:00
parent 754282c0d4
commit 4b455791f3
3 changed files with 3 additions and 4 deletions

View File

@ -47,7 +47,7 @@ export const columns: BasicColumn[] = [
{ {
title: '更新时间', title: '更新时间',
align: "center", align: "center",
dataIndex: 'updateTime' dataIndex: 'updateDate'
}, },
]; ];

View File

@ -40,7 +40,7 @@ export const columns: BasicColumn[] = [
{ {
title: '更新时间', title: '更新时间',
align: "center", align: "center",
dataIndex: 'updateTime', dataIndex: 'updateDate',
width: 160, width: 160,
}, },
]; ];
@ -61,7 +61,6 @@ export const formSchema: FormSchema[] = [
labelKey: 'departName', labelKey: 'departName',
selectType: true, selectType: true,
}, },
required: true
}, },
{ {
label: '厂家云地址', label: '厂家云地址',

View File

@ -16,7 +16,7 @@ export const columns: BasicColumn[] = [
{ {
title: '更新时间', title: '更新时间',
align: "center", align: "center",
dataIndex: 'updateTime' dataIndex: 'updateDate'
}, },
]; ];