|
|
@@ -37,7 +37,7 @@
|
|
37
|
37
|
<div class="filter-item">
|
|
38
|
38
|
<span class="filter-label">漏检物品:</span>
|
|
39
|
39
|
<el-tree-select v-model="filterParams.missCheckItem" :data="missedItemOptions"
|
|
40
|
|
- :props="{ value: 'id', label: 'name', children: 'children', disabled: data => data.children && data.children.length > 0 }"
|
|
|
40
|
+ :props="{ value: 'name', label: 'name', children: 'children', disabled: data => data.children && data.children.length > 0 }"
|
|
41
|
41
|
value-key="id" placeholder="请选择漏检物品" check-strictly style="width: 200px" clearable @change="missCheckItemChange"/>
|
|
42
|
42
|
</div>
|
|
43
|
43
|
|