经纬度

This commit is contained in:
沈鸿 2025-06-12 13:27:42 +08:00
parent 43a81b26e9
commit bbacc8d80f

View File

@ -38,7 +38,7 @@ const res = [
name: `1号基地`, name: `1号基地`,
area: 100, area: 100,
status: 1, status: 1,
location: '东经 92°45至 99°23北纬 20°27至 18°35F', location: '99°24\'31.280"E, 23°31\'39.990"N',
type: 1, type: 1,
p1: 1, p1: 1,
p2: 100, p2: 100,
@ -52,7 +52,7 @@ const res = [
name: `2号基地`, name: `2号基地`,
area: 211, area: 211,
status: 1, status: 1,
location: '东经 92°44至 99°24北纬 20°23至 18°31F', location: '99°23\'56.224"E, 23°32\'8.225"N',
type: 1, type: 1,
p1: 1, p1: 1,
p2: 120, p2: 120,
@ -66,7 +66,7 @@ const res = [
name: `3号基地`, name: `3号基地`,
area: 121, area: 121,
status: 1, status: 1,
location: '东经 92°43至 99°25北纬 20°21至 18°31F', location: '99°25\'32.574"E, 23°38\'23.701"N',
type: 1, type: 1,
p1: 1, p1: 1,
p2: 56, p2: 56,
@ -80,7 +80,7 @@ const res = [
name: `4号基地`, name: `4号基地`,
area: 231, area: 231,
status: 2, status: 2,
location: '东经 92°42至 99°26北纬 21°20至 18°32F', location: '99°25\'19.027"E, 23°31\'59.693"N',
type: 2, type: 2,
p1: 2, p1: 2,
p2: 145, p2: 145,
@ -94,7 +94,7 @@ const res = [
name: `5号基地`, name: `5号基地`,
area: 231, area: 231,
status: 2, status: 2,
location: '东经 92°43至 99°26北纬 21°21至 18°22F', location: '99°30\'50.886"E, 23°37\'14.542"N',
type: 2, type: 2,
p1: 2, p1: 2,
p2: 145, p2: 145,
@ -177,6 +177,9 @@ const state = reactive({
message: '请输入', message: '请输入',
trigger: 'blur', trigger: 'blur',
}, },
formatter: (row) => {
return row.location.replace(',', '\n'); //
},
}, },
{ {
label: '土壤类型', label: '土壤类型',