update
1.AED布点管理,添加经纬度列
This commit is contained in:
@@ -25,6 +25,16 @@ export const columns: BasicColumn[] = [
|
||||
align: 'center',
|
||||
dataIndex: 'location',
|
||||
},
|
||||
{
|
||||
title: '经度',
|
||||
align: 'center',
|
||||
dataIndex: 'longitude',
|
||||
},
|
||||
{
|
||||
title: '纬度',
|
||||
align: 'center',
|
||||
dataIndex: 'latitude',
|
||||
},
|
||||
// {
|
||||
// title: '设备自检',
|
||||
// align: 'center',
|
||||
@@ -161,7 +171,7 @@ export const formSchema: FormSchema[] = [
|
||||
field: 'installAddress',
|
||||
component: 'Input',
|
||||
slot: 'installAddress',
|
||||
required: true,
|
||||
rules: [{ required: true, message: '请选择布点位置' }],
|
||||
},
|
||||
{
|
||||
label: '经度',
|
||||
|
||||
Reference in New Issue
Block a user