扫码枪展示优化
This commit is contained in:
@@ -35,9 +35,14 @@
|
||||
<el-option
|
||||
v-for="task in availableTasks"
|
||||
:key="task.taskId"
|
||||
:label="`[产品: ${task.productName || task.productId}] [工艺: ${task.processName || task.processId}] 数量: ${task.taskQuantity}`"
|
||||
:value="task.taskId"
|
||||
></el-option>
|
||||
>
|
||||
<div class="task-info">
|
||||
<ProductInfo :productId="task.productId" />
|
||||
<CraftInfo :craftId="task.processId" />
|
||||
<span class="task-quantity">数量: {{ task.taskQuantity }}</span>
|
||||
</div>
|
||||
</el-option>
|
||||
</el-select>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user