diff --git a/src/components/aboutTable/DarkTable.vue b/src/components/aboutTable/DarkTable.vue index 106440e..3690ad7 100644 --- a/src/components/aboutTable/DarkTable.vue +++ b/src/components/aboutTable/DarkTable.vue @@ -313,7 +313,7 @@ const createScroll = () => { } }; -// 触底加载 +// 滚动-触底加载 const loadTable = () => { emit("changePage",props.tabelModel); }; diff --git a/src/views/backOfficeSystem/ResearchJudgment/DatAcquisition/index.vue b/src/views/backOfficeSystem/ResearchJudgment/DatAcquisition/index.vue index 6ed3fc5..ef43b9c 100644 --- a/src/views/backOfficeSystem/ResearchJudgment/DatAcquisition/index.vue +++ b/src/views/backOfficeSystem/ResearchJudgment/DatAcquisition/index.vue @@ -111,9 +111,8 @@ const isShow = ref(false) const searchConfiger = ref([ { label: "线索名称", prop: 'xsMc', placeholder: "请输入线索名称", showType: "input" }, { label: "内容关键字", prop: 'xsNr', placeholder: "请输入语义关键字", showType: "input" }, - { label: "线索类型", prop: 'xlLx', placeholder: "请选择线索类型", showType: "select" }, - { label: "线索来源", prop: 'qbLy', placeholder: "请选择线索来源", showType: "select" }, - { label: "线索状态", prop: 'xszt', placeholder: "请选择线索状态", showType: "select" }, + { label: "线索类型", prop: 'xlLx', placeholder: "请选择线索类型", showType: "select",options:D_GS_XS_LX }, + { label: "线索来源", prop: 'qbLy', placeholder: "请选择线索来源", showType: "select",options:D_GS_XS_LY }, { label: "开始时间", prop: 'zxkssj', placeholder: "请选择开始时间", showType: "date" }, { label: "结束时间", prop: 'zxjssj', placeholder: "请选择结束时间", showType: "date" }, { label: "指向地点", prop: 'zxdz', placeholder: "请输入指向地点", showType: "input" }, diff --git a/src/views/backOfficeSystem/ResearchJudgment/ResearchHome/index.vue b/src/views/backOfficeSystem/ResearchJudgment/ResearchHome/index.vue index 2db1583..4051ef9 100644 --- a/src/views/backOfficeSystem/ResearchJudgment/ResearchHome/index.vue +++ b/src/views/backOfficeSystem/ResearchJudgment/ResearchHome/index.vue @@ -9,9 +9,9 @@