From 105da7290433dc452e77e5e79b0856920aa43d3d Mon Sep 17 00:00:00 2001 From: Esacpe <1113279529@qq.com> Date: Mon, 7 Jul 2025 17:36:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/aboutTable/DarkTable.vue | 2 +- .../ResearchJudgment/DatAcquisition/index.vue | 5 +- .../ResearchJudgment/ResearchHome/index.vue | 124 ++++++++++-------- 3 files changed, 75 insertions(+), 56 deletions(-) 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 @@