Compare commits
3 Commits
1b207e2a17
...
ba538a2227
Author | SHA1 | Date | |
---|---|---|---|
ba538a2227 | |||
13e2163c66 | |||
63499beb8b |
@@ -73,14 +73,6 @@ export const columns: VxeGridProps['columns'] = [
|
|||||||
title: '地址',
|
title: '地址',
|
||||||
field: 'addr',
|
field: 'addr',
|
||||||
},
|
},
|
||||||
{
|
|
||||||
title: '经度',
|
|
||||||
field: 'lon',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: '维度',
|
|
||||||
field: 'lat',
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
field: 'action',
|
field: 'action',
|
||||||
fixed: 'right',
|
fixed: 'right',
|
||||||
@@ -150,14 +142,4 @@ export const modalSchema: FormSchemaGetter = () => [
|
|||||||
component: 'Input',
|
component: 'Input',
|
||||||
rules: 'required',
|
rules: 'required',
|
||||||
},
|
},
|
||||||
{
|
|
||||||
label: '经度',
|
|
||||||
fieldName: 'lon',
|
|
||||||
component: 'Input',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: '维度',
|
|
||||||
fieldName: 'lat',
|
|
||||||
component: 'Input',
|
|
||||||
},
|
|
||||||
];
|
];
|
||||||
|
Reference in New Issue
Block a user