fix: 修改建筑管理bug

This commit is contained in:
fyy 2025-07-28 15:29:35 +08:00
parent 68bb70ee72
commit 63499beb8b

View File

@ -73,14 +73,6 @@ export const columns: VxeGridProps['columns'] = [
title: '地址',
field: 'addr',
},
{
title: '经度',
field: 'lon',
},
{
title: '维度',
field: 'lat',
},
{
field: 'action',
fixed: 'right',
@ -150,14 +142,4 @@ export const modalSchema: FormSchemaGetter = () => [
component: 'Input',
rules: 'required',
},
{
label: '经度',
fieldName: 'lon',
component: 'Input',
},
{
label: '维度',
fieldName: 'lat',
component: 'Input',
},
];