自有数据产品产品来源列表
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -104,7 +104,7 @@ const searchItemList = ref([ | ... | @@ -104,7 +104,7 @@ const searchItemList = ref([ |
| 104 | placeholder: "产品来源", | 104 | placeholder: "产品来源", |
| 105 | clearable: true, | 105 | clearable: true, |
| 106 | filterable: true, | 106 | filterable: true, |
| 107 | options: props.dataSources != 1 ? damTypesOptions.value.slice(0, 2) : damTypesOptions.value, | 107 | options: damTypesOptions.value, |
| 108 | props: { | 108 | props: { |
| 109 | value: 'value', | 109 | value: 'value', |
| 110 | label: 'label' | 110 | label: 'label' | ... | ... |
-
Please register or sign in to post a comment