优化
This commit is contained in:
parent
dec53fa62e
commit
bfe007dbd4
@ -57,7 +57,7 @@
|
||||
:style="item.style"
|
||||
@dblclick="carDbClick(item, index)"
|
||||
>
|
||||
<div style="font-size: 13px; color: #fff; z-index: 9999; background: #cb00c7">
|
||||
<div style="font-size: 15px; color: #fff; z-index: 9999; background: #cb00c7">
|
||||
{{ item.robotNo || '' }}
|
||||
</div>
|
||||
<img
|
||||
|
@ -227,10 +227,10 @@
|
||||
@change="macAddressChange"
|
||||
>
|
||||
<el-option
|
||||
v-for="item in state.mapMarkCarList"
|
||||
:key="item.id"
|
||||
:label="item.robotNo"
|
||||
:value="item.macAddress"
|
||||
v-for="car in state.mapMarkCarList"
|
||||
:key="car.id"
|
||||
:label="car.robotNo"
|
||||
:value="car.macAddress"
|
||||
/>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
|
Loading…
Reference in New Issue
Block a user