diff --git a/src/components/aboutTable/DarkTable.vue b/src/components/aboutTable/DarkTable.vue index 3690ad7..6a5a874 100644 --- a/src/components/aboutTable/DarkTable.vue +++ b/src/components/aboutTable/DarkTable.vue @@ -29,10 +29,7 @@ :header-cell-class-name="() => 'myTableHeadBgColorDark'" :highlight-current-row="getConfiger.showSelectType === 'radio'" :row-style="{ - height: - getConfiger.rowHeight === 'auto' - ? getConfiger.rowHeight - : getConfiger.rowHeight + 'px' + height: getConfiger.rowHeight === 'auto' ? getConfiger.rowHeight : getConfiger.rowHeight + 'px' }" > + :placeholder="listQuery[item.depMc] ? listQuery[item.depMc]:'请选择'" /> diff --git a/src/router/index.js b/src/router/index.js index 318c42c..054f5c0 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -450,7 +450,7 @@ export const publicRoutes = [ name: "ResearchHome", component: () => import("@/views/backOfficeSystem/JudgmentHome/ResearchHome/index"), meta: { - title: "研判首页", + title: "专题研判", icon: "article" } }, diff --git a/src/views/backOfficeSystem/DeploymentDisposal/mpvGroup/components/addForm.vue b/src/views/backOfficeSystem/DeploymentDisposal/mpvGroup/components/addForm.vue index 6e59443..bdcfe43 100644 --- a/src/views/backOfficeSystem/DeploymentDisposal/mpvGroup/components/addForm.vue +++ b/src/views/backOfficeSystem/DeploymentDisposal/mpvGroup/components/addForm.vue @@ -128,7 +128,7 @@ const formData = ref([ { label: "群体成立时间", prop: "qtClsj", type: "date" }, { label: "群体标签", prop: "bqList", type: "slot", width: "100%" }, { label: "两群采集录入", prop: "lqxxList", type: "slot", width: "100%" }, - { label: "管辖单位", prop: "gxSsbmdm",depMc:'gxSsbmmc', type: "department" }, + { label: "管辖单位", prop: "gxSsdwdm",depMc:'gxSsdwmc', type: "department" }, { label: "入库开始时间", prop: "zdrRkkssj", type: "datetime" }, { label: "入库截至时间", prop: "zdrRkjssj", type: "datetime" }, { label: "列控原因", prop: "zdrLkyy", type: "textarea",width: "100%" }, diff --git a/src/views/backOfficeSystem/DeploymentDisposal/mpvGroup/index.vue b/src/views/backOfficeSystem/DeploymentDisposal/mpvGroup/index.vue index e7a4d84..52364b1 100644 --- a/src/views/backOfficeSystem/DeploymentDisposal/mpvGroup/index.vue +++ b/src/views/backOfficeSystem/DeploymentDisposal/mpvGroup/index.vue @@ -70,7 +70,7 @@
创建单位:{{ row.xtCjbmmc }}