opt: 废箔称重,agv取废箔联调优化

This commit is contained in:
yanps
2024-06-05 17:43:07 +08:00
parent 94f17e8464
commit 6f1d80737e
19 changed files with 195 additions and 46 deletions

View File

@@ -167,7 +167,7 @@
<el-option
v-for="(item, index) in deviceList"
:key="index"
:label="item.device_name"
:label="item.device_code"
:value="item.device_code"
/>
</el-select>