fix: 堆垛机策略前段

This commit is contained in:
2024-07-25 14:53:39 +08:00
parent 98618cbf52
commit 2237725716

View File

@@ -23,7 +23,7 @@
</div>
<div class="app-container">
<el-table :data="modeform.plans" border fit highlight-current-row style="width: 100%;" class="tb-edit">
<el-table-column label="任务类型" prop="type" width="250">
<el-table-column label="任务类型" prop="type" width="300">
<template scope="scope">
<el-select
v-model="scope.row.type"
@@ -50,8 +50,7 @@
>
<el-option
v-for="item in deviceList"
:key="item.device_code"
:label="item.device_name"
:label="item.device_code"
:value="item.device_code"
/>
</el-select>
@@ -67,8 +66,7 @@
>
<el-option
v-for="item in deviceList"
:key="item.device_code"
:label="item.device_name"
:label="item.device_code"
:value="item.device_code"
/>
</el-select>
@@ -81,7 +79,7 @@
</template>
</el-table-column>
<el-table-column align="center" label="顺序" width="300" fixed="right">
<el-table-column align="center" label="顺序" width="400" fixed="right">
<template scope="scope">
<el-button
type="primary"