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