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;