2f6de1ec by lihua

可信空间改成在自有数据产品中

1 parent 991ac757
...@@ -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'
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!