diff --git a/src/assets/icons/excel_icon.png b/src/assets/icons/excel_icon.png new file mode 100644 index 0000000..027683b Binary files /dev/null and b/src/assets/icons/excel_icon.png differ diff --git a/src/assets/icons/img_icon.png b/src/assets/icons/img_icon.png new file mode 100644 index 0000000..1a31533 Binary files /dev/null and b/src/assets/icons/img_icon.png differ diff --git a/src/assets/icons/pdf_icon.png b/src/assets/icons/pdf_icon.png new file mode 100644 index 0000000..fe21494 Binary files /dev/null and b/src/assets/icons/pdf_icon.png differ diff --git a/src/router/index.js b/src/router/index.js index 4fe6ddc..f66a004 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -150,7 +150,7 @@ export const constantRoutes = [ name: "FinishedProject", meta: { title: "项目完工复核管理", icon: "table" }, }, - + { path: "/Tenement/FinishedProject/particulars", component: () => @@ -179,7 +179,7 @@ export const constantRoutes = [ name: "PropertyPermission", meta: { title: "权限配置", icon: "table" }, }, - ] + ], }, { @@ -194,11 +194,10 @@ export const constantRoutes = [ name: "PropertyPersonalCenter", meta: { title: "个人中心(物业)", icon: "table" }, }, - ] + ], }, // 物业模块END - // 业主模块START { path: "", @@ -212,7 +211,7 @@ export const constantRoutes = [ name: "SignerManagement", meta: { title: "签发人管理", icon: "table" }, }, - ] + ], }, { path: "", @@ -226,7 +225,7 @@ export const constantRoutes = [ name: "TicketIssueAudit", meta: { title: "票证签发审核", icon: "table" }, }, - ] + ], }, { @@ -241,7 +240,7 @@ export const constantRoutes = [ name: "EntryExitPermitIssue", meta: { title: "出入证签发", icon: "table" }, }, - ] + ], }, { @@ -251,12 +250,11 @@ export const constantRoutes = [ children: [ { path: "/proprietor/ProjectOverview", - component: () => - import("@/views/proprietor/ProjectOverview/index.vue"), + component: () => import("@/views/proprietor/ProjectOverview/index.vue"), name: "ProjectOverview", meta: { title: "项目总览", icon: "table" }, }, - ] + ], }, { @@ -271,7 +269,7 @@ export const constantRoutes = [ name: "OwnerPersonalCenter", meta: { title: "个人中心(业主)", icon: "table" }, }, - ] + ], }, // 业主模块END @@ -289,7 +287,7 @@ export const constantRoutes = [ name: "TreeRatingManagement", meta: { title: "树形层级管理", icon: "table" }, }, - ] + ], }, { @@ -299,15 +297,76 @@ export const constantRoutes = [ children: [ { path: "/logistics/FilingReview", - component: () => - import("@/views/Logistics/FilingReview/index.vue"), + component: () => import("@/views/Logistics/FilingReview/index.vue"), name: "FilingReview", meta: { title: "建档审核中心", icon: "table" }, }, - ] + ], + }, + { + path: "", + component: Layout, + redirect: "/index", + children: [ + { + path: "/logistics/UserManagement", + component: () => import("@/views/Logistics/UserManagement/index.vue"), + name: "UserManagement", + meta: { title: "账户管理", icon: "table" }, + }, + ], + }, + { + path: "", + component: Layout, + redirect: "/index", + children: [ + { + path: "/logistics/RiskManagement", + component: () => import("@/views/Logistics/RiskManagement/index.vue"), + name: "RiskManagement", + meta: { title: "风险管控卡配置", icon: "table" }, + }, + { + path: "/logistics/RiskManagement/Details", + component: () => + import("@/views/Logistics/RiskManagement/Details/index.vue"), + name: "RiskManagementDetails", + hidden: true, + meta: { title: "风险管控卡配置详情", icon: "table" }, + }, + ], + }, + { + path: "", + component: Layout, + redirect: "/index", + children: [ + { + path: "/logistics/ProjectOverviewQuery", + component: () => + import("@/views/Logistics/ProjectOverviewQuery/index.vue"), + name: "ProjectOverviewQuery", + meta: { title: "项目总览查询", icon: "table" }, + }, + ], + }, + { + path: "", + component: Layout, + redirect: "/index", + children: [ + { + path: "/logistics/logisticsPersonalCenter", + component: () => + import("@/views/Logistics/logisticsPersonalCenter/index.vue"), + name: " logisticsPersonalCenter", + meta: { title: "个人中心(后勤)", icon: "table" }, + }, + ], }, - // 后勤模块END + // 后勤模块END { path: "/user", diff --git a/src/views/Logistics/FilingReview/DialogBox.vue b/src/views/Logistics/FilingReview/DialogBox.vue new file mode 100644 index 0000000..c407398 --- /dev/null +++ b/src/views/Logistics/FilingReview/DialogBox.vue @@ -0,0 +1,129 @@ + + + + + + diff --git a/src/views/Logistics/FilingReview/index.vue b/src/views/Logistics/FilingReview/index.vue index 0f81490..8054c43 100644 --- a/src/views/Logistics/FilingReview/index.vue +++ b/src/views/Logistics/FilingReview/index.vue @@ -2,219 +2,171 @@