搬运站点
This commit is contained in:
@@ -19,10 +19,11 @@ module.exports = {
|
|||||||
error: 'AGV Fault'
|
error: 'AGV Fault'
|
||||||
},
|
},
|
||||||
carrypoint: {
|
carrypoint: {
|
||||||
topinfo: 'Pickup Point',
|
topinfo: 'Carry Point',
|
||||||
button1: 'Auto Pickup',
|
button1: 'Auto Pickup',
|
||||||
button2: 'Auto Release',
|
button2: 'Auto Release',
|
||||||
button3: 'Set Target Site'
|
button3: 'Input Target Position',
|
||||||
|
button4: 'Set Target Site'
|
||||||
},
|
},
|
||||||
tasklists: {
|
tasklists: {
|
||||||
topinfo: 'Task Management',
|
topinfo: 'Task Management',
|
||||||
|
|||||||
@@ -22,7 +22,8 @@ module.exports = {
|
|||||||
topinfo: '搬运起点',
|
topinfo: '搬运起点',
|
||||||
button1: '自动取货',
|
button1: '自动取货',
|
||||||
button2: '自动放货',
|
button2: '自动放货',
|
||||||
button3: '定位目标站点'
|
button3: '输入点位',
|
||||||
|
button4: '定位目标站点'
|
||||||
},
|
},
|
||||||
tasklists: {
|
tasklists: {
|
||||||
topinfo: '任务管理',
|
topinfo: '任务管理',
|
||||||
|
|||||||
@@ -14,6 +14,7 @@
|
|||||||
<button class="button_control" @click="toSure('3')"><p>{{ $t('carrypoint.button1') }}</p></button>
|
<button class="button_control" @click="toSure('3')"><p>{{ $t('carrypoint.button1') }}</p></button>
|
||||||
<button class="button_control" @click="toSure('4')"><p>{{ $t('carrypoint.button2') }}</p></button>
|
<button class="button_control" @click="toSure('4')"><p>{{ $t('carrypoint.button2') }}</p></button>
|
||||||
<button class="button_control" @click="toSure('1')"><p>{{ $t('carrypoint.button3') }}</p></button>
|
<button class="button_control" @click="toSure('1')"><p>{{ $t('carrypoint.button3') }}</p></button>
|
||||||
|
<button class="button_control" @click="toSure('1')"><p>{{ $t('carrypoint.button4') }}</p></button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -248,6 +249,8 @@ export default {
|
|||||||
background center / 100% 100% url(../../../images/new/bg1.png) no-repeat !important
|
background center / 100% 100% url(../../../images/new/bg1.png) no-repeat !important
|
||||||
.box2
|
.box2
|
||||||
position fixed
|
position fixed
|
||||||
left 500px
|
left 300px
|
||||||
bottom 50px
|
bottom 50px
|
||||||
|
.button_control p
|
||||||
|
font-size 28px
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user