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" :style="item.style"
@dblclick="carDbClick(item, index)" @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 || '' }} {{ item.robotNo || '' }}
</div> </div>
<img <img

View File

@ -227,10 +227,10 @@
@change="macAddressChange" @change="macAddressChange"
> >
<el-option <el-option
v-for="item in state.mapMarkCarList" v-for="car in state.mapMarkCarList"
:key="item.id" :key="car.id"
:label="item.robotNo" :label="car.robotNo"
:value="item.macAddress" :value="car.macAddress"
/> />
</el-select> </el-select>
</el-form-item> </el-form-item>