Compare commits
2 Commits
1282745551
...
abe37088e0
| Author | SHA1 | Date |
|---|---|---|
|
|
abe37088e0 | |
|
|
674c411935 |
|
|
@ -231,8 +231,8 @@ onMounted(() => {
|
|||
spaceConstraint.value = props.showInfoData.spaceConstraint
|
||||
expansionDistance.value = props.showInfoData.expansionDistance
|
||||
temporalConstraints.value = props.showInfoData.temporalConstraints
|
||||
tcStartTime.value = dayjs(props.showInfoData.tcStartTime)
|
||||
tcEndTime.value = dayjs(props.showInfoData.tcEndTime)
|
||||
tcStartTime.value = props.showInfoData.tcStartTime? dayjs(props.showInfoData.tcStartTime): ''
|
||||
tcEndTime.value = props.showInfoData.tcEndTime? dayjs(props.showInfoData.tcEndTime): ''
|
||||
flySpeedFirst.value = props.showInfoData.flySpeed?.split('~')[0] || ''
|
||||
flySpeedLast.value = props.showInfoData.flySpeed.split('~')[1] || ''
|
||||
gimbalPitchDegreeFirst.value = props.showInfoData.gimbalPitchDegree?.split('~')[0] || ''
|
||||
|
|
|
|||
Loading…
Reference in New Issue