|
|
@ -29,12 +29,12 @@ |
|
|
|
v-model="y" |
|
|
|
class="rounded-sm px-1 w-16" /> |
|
|
|
Z:<input type="number" v-model="z" class="rounded-sm px-1 w-16" /> |
|
|
|
<!-- <label for="">当前位置:</label> |
|
|
|
<label for="">当前位置:</label> |
|
|
|
<span class="text-warn">{{ |
|
|
|
`${statusStore.status?.railArm.x || 0},${statusStore.status?.railArm.y || 0},${ |
|
|
|
statusStore.status?.railArm.z || 0 |
|
|
|
}` |
|
|
|
}}</span> --> |
|
|
|
}}</span> |
|
|
|
</div> |
|
|
|
<button class="btn-light px-2 py-1 min-w-20" @click="onCmdClick('moveMachineArm')">移动机械臂</button> |
|
|
|
</div> |
|
|
|