设备配置同步
This commit is contained in:
parent
754282c0d4
commit
4b455791f3
|
@ -47,7 +47,7 @@ export const columns: BasicColumn[] = [
|
||||||
{
|
{
|
||||||
title: '更新时间',
|
title: '更新时间',
|
||||||
align: "center",
|
align: "center",
|
||||||
dataIndex: 'updateTime'
|
dataIndex: 'updateDate'
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -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: '厂家云地址',
|
||||||
|
|
|
@ -16,7 +16,7 @@ export const columns: BasicColumn[] = [
|
||||||
{
|
{
|
||||||
title: '更新时间',
|
title: '更新时间',
|
||||||
align: "center",
|
align: "center",
|
||||||
dataIndex: 'updateTime'
|
dataIndex: 'updateDate'
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue