This commit is contained in:
yyy 2025-06-09 18:01:49 +08:00
parent dec53fa62e
commit bfe007dbd4
2 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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>