diff --git a/src/views/backOfficeSystem/ResearchJudgment/IntelligenceManagement/qbypfx/hot_zz/index.vue b/src/views/backOfficeSystem/ResearchJudgment/IntelligenceManagement/qbypfx/hot_zz/index.vue index 35d0267..b887344 100644 --- a/src/views/backOfficeSystem/ResearchJudgment/IntelligenceManagement/qbypfx/hot_zz/index.vue +++ b/src/views/backOfficeSystem/ResearchJudgment/IntelligenceManagement/qbypfx/hot_zz/index.vue @@ -43,11 +43,11 @@ const pageData = reactive({ tableHeight:143, controlsWidth: 52, tableColumn: [ - { label: "组织名称", prop: "qtMc",width:'70px' }, - { label: "涉及人数", prop: "sjrs",width:'70px',showSolt:true}, - { label: "标签", prop: "bqList",width:'50px',showSolt:true}, - { label: "线索数", prop: "xssl",width:'70px'}, - { label: "指令数", prop: "zlsl" ,width:'70px'}, + { label: "组织名称", prop: "qtMc",width:'70px',showOverflowTooltip:true }, + { label: "涉及人数", prop: "sjrs",width:'70px',showSolt:true,showOverflowTooltip:true}, + { label: "标签", prop: "bqList",width:'50px',showSolt:true,showOverflowTooltip:true}, + { label: "线索数", prop: "xssl",width:'70px',showOverflowTooltip:true}, + { label: "指令数", prop: "zlsl" ,width:'70px',showOverflowTooltip:true}, ] }); diff --git a/src/views/backOfficeSystem/ResearchJudgment/IntelligenceManagement/qbypfx/zlcs/index.vue b/src/views/backOfficeSystem/ResearchJudgment/IntelligenceManagement/qbypfx/zlcs/index.vue index b8b2299..66761f5 100644 --- a/src/views/backOfficeSystem/ResearchJudgment/IntelligenceManagement/qbypfx/zlcs/index.vue +++ b/src/views/backOfficeSystem/ResearchJudgment/IntelligenceManagement/qbypfx/zlcs/index.vue @@ -9,7 +9,7 @@