diff --git a/src/views/search/List.vue b/src/views/search/List.vue index 870deae..d4b882e 100644 --- a/src/views/search/List.vue +++ b/src/views/search/List.vue @@ -1,5 +1,5 @@ diff --git a/src/views/search/abstract-group.vue b/src/views/search/abstract-group.vue index 8b30912..b03bb4e 100644 --- a/src/views/search/abstract-group.vue +++ b/src/views/search/abstract-group.vue @@ -1,12 +1,21 @@ @@ -16,23 +25,40 @@ import { defineProps } from 'vue'; import {SearchVO} from "@/api/search/search"; defineOptions({ name: 'AbstractGroup' }) const emit = defineEmits(['changeCheckAll','openCollect']) +const pppp = [ + { + title:"001", + publishDate:"123", + summary:"23456789", + }, + { + title:"002", + publishDate:"123", + summary:"23456789", + }, + { + title:"003", + publishDate:"123", + summary:"23456789", + }, +] const props = defineProps<{ abstractList: Array, - searchSimilar: { - type:boolean, - default: false - }, + // searchSimilar: { + // type:boolean, + // default: false + // }, checkAll: boolean, indeterminate: boolean, searchCheckList: Array, - checkbox: { - type: boolean, - default: true - }, - showCollect: { - type: boolean, - default: false - }, + // checkbox: { + // type: boolean, + // default: true + // }, + // showCollect: { + // type: boolean, + // default: false + // }, from: string }>() let abstract = reactive([]) @@ -64,7 +90,6 @@ onMounted(() => { } if (props.searchCheckList && props.searchCheckList.length > 0) { - // abstract.value = props.searchCheckList abstract.splice(0, abstract.length, ...props.searchCheckList); } }) diff --git a/src/views/search/abxtract-item.vue b/src/views/search/abxtract-item.vue index 5ee150a..b475878 100644 --- a/src/views/search/abxtract-item.vue +++ b/src/views/search/abxtract-item.vue @@ -1,66 +1,49 @@ diff --git a/src/views/search/index.vue b/src/views/search/index.vue index adc1802..359317a 100644 --- a/src/views/search/index.vue +++ b/src/views/search/index.vue @@ -1,135 +1,138 @@ -