diff --git a/src/router/index.js b/src/router/index.js index 74bdf6c..bf64ea4 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -191,32 +191,51 @@ export const publicRoutes = [ }, ], }, - // ))))))))))))))))))))) { - path: "/ScrapMetal", - name: "ScrapMetal", - meta: { title: "废旧金属", icon: "article" }, + path: "/HumanIntelligence", + name: "HumanIntelligence", + meta: { title: "人力情报采集管理系统", icon: "article" }, children: [ { - path: "/PremisesManagement", - name: "PremisesManagement", - component: () => import("@/views/backOfficeSystem/ScrapMetal/PremisesManagement/index"), + path: "/RlStatisticalAnalysis", + name: "RlStatisticalAnalysis", + component: () => import("@/views/backOfficeSystem/HumanIntelligence/RlStatisticalAnalysis/index"), meta: { - title: "废旧金属回收场所管理", + title: "人力情报统计分析", icon: "article" } }, { - path: "/RecyclingBusinessManagement", - name: "RecyclingBusinessManagement", - component: () => import("@/views/backOfficeSystem/ScrapMetal/RecyclingBusinessManagement/index"), + path: "/CollectCrculate", + name: "CollectCrculate", + component: () => import("@/views/backOfficeSystem/HumanIntelligence/CollectCrculate/index"), meta: { - title: "废旧金属回收业务管理", + title: "人力情报信息采集流转", + icon: "article" + } + }, + { + path: "/TaskScheduling", + name: "TaskScheduling", + component: () => import("@/views/backOfficeSystem/HumanIntelligence/TaskScheduling/index"), + meta: { + title: "人力情报信息搜索任务调度", + icon: "article" + } + }, + { + path: "/ConstructionManagement", + name: "ConstructionManagement", + component: () => import("@/views/backOfficeSystem/HumanIntelligence/ConstructionManagement/index"), + meta: { + title: "社会信息人员建设管理", icon: "article" } }, ], }, + // ))))))))))))))))))))) + { path: "/3DPrinting", name: "3DPrinting", diff --git a/src/views/backOfficeSystem/HumanIntelligence/CollectCrculate/components/addForm.vue b/src/views/backOfficeSystem/HumanIntelligence/CollectCrculate/components/addForm.vue new file mode 100644 index 0000000..383fd76 --- /dev/null +++ b/src/views/backOfficeSystem/HumanIntelligence/CollectCrculate/components/addForm.vue @@ -0,0 +1,202 @@ + + + + + diff --git a/src/views/backOfficeSystem/HumanIntelligence/CollectCrculate/index.vue b/src/views/backOfficeSystem/HumanIntelligence/CollectCrculate/index.vue new file mode 100644 index 0000000..a4d85a2 --- /dev/null +++ b/src/views/backOfficeSystem/HumanIntelligence/CollectCrculate/index.vue @@ -0,0 +1,242 @@ + + + + + + +// 下载附件 +const downloadAttachment = (row) => { + // TODO: 实现附件下载逻辑 +}; + +// 预览附件 +const previewAttachment = (row) => { + // TODO: 实现附件预览逻辑 +}; + +// 删除行 +const deleteRow = (row) => { + // TODO: 实现删除逻辑 +}; + +// 流转线索 +const transferClue = (row) => { + // TODO: 实现线索流转逻辑 +}; diff --git a/src/views/backOfficeSystem/HumanIntelligence/ConstructionManagement/components/addForm.vue b/src/views/backOfficeSystem/HumanIntelligence/ConstructionManagement/components/addForm.vue new file mode 100644 index 0000000..082a478 --- /dev/null +++ b/src/views/backOfficeSystem/HumanIntelligence/ConstructionManagement/components/addForm.vue @@ -0,0 +1,154 @@ + + + + + diff --git a/src/views/backOfficeSystem/ScrapMetal/RecyclingBusinessManagement/index.vue b/src/views/backOfficeSystem/HumanIntelligence/ConstructionManagement/index.vue similarity index 54% rename from src/views/backOfficeSystem/ScrapMetal/RecyclingBusinessManagement/index.vue rename to src/views/backOfficeSystem/HumanIntelligence/ConstructionManagement/index.vue index 0b44fbf..411e437 100644 --- a/src/views/backOfficeSystem/ScrapMetal/RecyclingBusinessManagement/index.vue +++ b/src/views/backOfficeSystem/HumanIntelligence/ConstructionManagement/index.vue @@ -1,19 +1,24 @@