diff --git a/src/router/index.js b/src/router/index.js index 9b60351..d4aba16 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -76,6 +76,11 @@ export const publicRoutes = [ name: "clueVerification", component: () => import("@/views/backOfficeSystem/ApprovalInformation/Clue/index.vue"), }, + { + path: "/ReviewListSH", + name: "ReviewListSH", + component: () => import("@/views/backOfficeSystem/JudgmentHome/ReviewList/detail.vue"), + }, // 重点人发掘 { path: "/focusExploration", @@ -518,6 +523,15 @@ export const publicRoutes = [ icon: "article-create" } }, + { + path: "/ReviewList", + name: "ReviewList", + component: () => import("@/views/backOfficeSystem/JudgmentHome/ReviewList/index.vue"), + meta: { + title: "审核列表", + icon: "article-create" + } + }, { path: "/judgmentCommand", name: "judgmentCommand", @@ -588,7 +602,7 @@ export const publicRoutes = [ name: "gzPeo", component: () => import("@/views/backOfficeSystem/DeploymentDisposal/gzPeo/index"), meta: { - title: "关注库", + title: "关注人员库", icon: "article-create" } }, @@ -1146,6 +1160,7 @@ export const publicRoutes = [ icon: "article-create" } }, + { path: "/strategicResearch", name: "strategicResearch", diff --git a/src/views/backOfficeSystem/ApprovalInformation/Clue/index.vue b/src/views/backOfficeSystem/ApprovalInformation/Clue/index.vue index 358ce08..02d1a10 100644 --- a/src/views/backOfficeSystem/ApprovalInformation/Clue/index.vue +++ b/src/views/backOfficeSystem/ApprovalInformation/Clue/index.vue @@ -36,14 +36,10 @@
{{ item.name }}
-
- - - - diff --git a/src/views/backOfficeSystem/HumanIntelligence/infoCollection/XXCJ.vue b/src/views/backOfficeSystem/HumanIntelligence/infoCollection/infomation.vue similarity index 92% rename from src/views/backOfficeSystem/HumanIntelligence/infoCollection/XXCJ.vue rename to src/views/backOfficeSystem/HumanIntelligence/infoCollection/infomation.vue index 388cf76..afe5595 100644 --- a/src/views/backOfficeSystem/HumanIntelligence/infoCollection/XXCJ.vue +++ b/src/views/backOfficeSystem/HumanIntelligence/infoCollection/infomation.vue @@ -58,28 +58,32 @@ :disabled="butcontroll('04', row.lczt)">回退 - - - @@ -29,7 +29,8 @@