fdb8c25b by lihua

自有数据产品产品来源列表

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