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