左右行

This commit is contained in:
Yuan 2023-08-07 17:38:12 +08:00
parent 4fe2578704
commit 75990f65af
2 changed files with 4 additions and 4 deletions

View File

@ -26,8 +26,8 @@ const CoordinateSystemOptions = [
{ label: '换线', value: 'TRANSFER' },
];
const directionOptions = [
{ label: '行', value: 0 },
{ label: '行', value: 1 },
{ label: '行', value: 0 },
{ label: '行', value: 1 },
];
watchEffect(() => {
const kiloMarker = drawStore.selectedGraphic;

View File

@ -26,8 +26,8 @@ const CoordinateSystemOptions = [
{ label: '换线', value: 'TRANSFER' },
];
const directionOptions = [
{ label: '行', value: 0 },
{ label: '行', value: 1 },
{ label: '行', value: 0 },
{ label: '行', value: 1 },
];
watchEffect(() => {
const kiloMarker = drawStore.selectedGraphic;