fix:修复拣选位启停失效问题;

This commit is contained in:
2025-01-10 15:33:26 +08:00
parent 17d264382f
commit 26da5008d4
3 changed files with 8 additions and 5 deletions

View File

@@ -11,11 +11,11 @@
label-width="100px"
label-suffix=":"
>
<el-form-item label="托盘号">
<el-form-item label="载具号">
<el-input
v-model="query.vehicle_code"
clearable
placeholder="托盘号"
placeholder="载具号"
style="width: 200px;"
class="filter-item"
/>