From f6d433fd659b1647b176c23e452ce82d499dc55b Mon Sep 17 00:00:00 2001 From: Esacpe <1113279529@qq.com> Date: Mon, 14 Jul 2025 16:12:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/addForm.vue | 16 +- .../components/addPeo.vue | 78 ------ .../components/hbForm.vue | 240 ++++++++++++++++++ .../IntelligenceManagement/index.vue | 8 + 4 files changed, 250 insertions(+), 92 deletions(-) delete mode 100644 src/views/backOfficeSystem/ResearchJudgment/IntelligenceManagement/components/addPeo.vue create mode 100644 src/views/backOfficeSystem/ResearchJudgment/IntelligenceManagement/components/hbForm.vue diff --git a/src/views/backOfficeSystem/ResearchJudgment/IntelligenceManagement/components/addForm.vue b/src/views/backOfficeSystem/ResearchJudgment/IntelligenceManagement/components/addForm.vue index 2782797..77d3efc 100644 --- a/src/views/backOfficeSystem/ResearchJudgment/IntelligenceManagement/components/addForm.vue +++ b/src/views/backOfficeSystem/ResearchJudgment/IntelligenceManagement/components/addForm.vue @@ -42,20 +42,13 @@ {{ it.bqMc }} - - - - - - \ No newline at end of file diff --git a/src/views/backOfficeSystem/ResearchJudgment/IntelligenceManagement/components/hbForm.vue b/src/views/backOfficeSystem/ResearchJudgment/IntelligenceManagement/components/hbForm.vue new file mode 100644 index 0000000..ded9988 --- /dev/null +++ b/src/views/backOfficeSystem/ResearchJudgment/IntelligenceManagement/components/hbForm.vue @@ -0,0 +1,240 @@ + + + + + diff --git a/src/views/backOfficeSystem/ResearchJudgment/IntelligenceManagement/index.vue b/src/views/backOfficeSystem/ResearchJudgment/IntelligenceManagement/index.vue index 8de05bc..5a50cb3 100644 --- a/src/views/backOfficeSystem/ResearchJudgment/IntelligenceManagement/index.vue +++ b/src/views/backOfficeSystem/ResearchJudgment/IntelligenceManagement/index.vue @@ -2,6 +2,7 @@
+ 线索串联 导出 @@ -55,6 +56,7 @@ +
@@ -65,6 +67,7 @@ import Pages from "@/components/aboutTable/Pages.vue"; import Search from "@/components/aboutTable/Search.vue"; import AddForm from "./components/addForm.vue"; import ZlForm from "./components/zlForm.vue"; +import HbForm from "./components/hbForm.vue"; import { qcckGet, qcckPost, qcckDelete } from "@/api/qcckApi.js"; import { reactive, ref, onMounted, getCurrentInstance, nextTick } from "vue"; const { proxy } = getCurrentInstance(); @@ -73,6 +76,7 @@ const detailDiloag = ref(); const searchBox = ref(); //搜索框 const isShow = ref(false) const zlDialog = ref(false) +const isShowhB = ref() const searchConfiger = ref([ { label: "线索名称", prop: 'xsMc', placeholder: "请输入线索名称", showType: "input" }, { label: "内容关键字", prop: 'xsNr', placeholder: "请输入语义关键字", showType: "input" }, @@ -165,6 +169,10 @@ const addEdit = (type, row) => { },500) }; +const handleHB = () =>{ + isShowhB.value.init() +} + // 表格高度计算 const tabHeightFn = () => { pageData.tableHeight = window.innerHeight - searchBox.value.offsetHeight - 250;