diff --git a/src/assets/images/home/dangerHome.png b/src/assets/images/home/dangerHome.png new file mode 100644 index 000000000..dcd17e5d4 Binary files /dev/null and b/src/assets/images/home/dangerHome.png differ diff --git a/src/assets/images/home/freeHome.png b/src/assets/images/home/freeHome.png new file mode 100644 index 000000000..9737f5f25 Binary files /dev/null and b/src/assets/images/home/freeHome.png differ diff --git a/src/assets/images/home/hasPeople.png b/src/assets/images/home/hasPeople.png new file mode 100644 index 000000000..cd55e46c0 Binary files /dev/null and b/src/assets/images/home/hasPeople.png differ diff --git a/src/assets/images/home/homeBottom.png b/src/assets/images/home/homeBottom.png new file mode 100644 index 000000000..53d48ef5d Binary files /dev/null and b/src/assets/images/home/homeBottom.png differ diff --git a/src/assets/images/home/homeCenter.png b/src/assets/images/home/homeCenter.png new file mode 100644 index 000000000..2518a2c2f Binary files /dev/null and b/src/assets/images/home/homeCenter.png differ diff --git a/src/assets/images/home/homeRight.png b/src/assets/images/home/homeRight.png new file mode 100644 index 000000000..83f6a2f54 Binary files /dev/null and b/src/assets/images/home/homeRight.png differ diff --git a/src/assets/images/home/homeTop.png b/src/assets/images/home/homeTop.png new file mode 100644 index 000000000..2f8e73ea9 Binary files /dev/null and b/src/assets/images/home/homeTop.png differ diff --git a/src/router/index.js b/src/router/index.js index 222c8d1eb..ff306193d 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -431,6 +431,16 @@ export const dataBoardRoutes = { }, ], }, + { + path: "/homeDetails/index", + props: true, + component: () => import("@/views/dataBoard/cpts/homeDetails/index"), + name: "homeDetails", + meta: { + title: "单元", + isTab: false, + }, + }, { path: "/organizational/orgPersonnel/:name", props: true, diff --git a/src/views/dataBoard/cpts/homeDetails/Title/index.vue b/src/views/dataBoard/cpts/homeDetails/Title/index.vue new file mode 100644 index 000000000..7f362350f --- /dev/null +++ b/src/views/dataBoard/cpts/homeDetails/Title/index.vue @@ -0,0 +1,63 @@ + + + + + diff --git a/src/views/dataBoard/cpts/homeDetails/index.vue b/src/views/dataBoard/cpts/homeDetails/index.vue new file mode 100644 index 000000000..95921417b --- /dev/null +++ b/src/views/dataBoard/cpts/homeDetails/index.vue @@ -0,0 +1,393 @@ + + + + + diff --git a/src/views/dataBoard/organizational/index.vue b/src/views/dataBoard/organizational/index.vue index 036874b40..47191e15d 100644 --- a/src/views/dataBoard/organizational/index.vue +++ b/src/views/dataBoard/organizational/index.vue @@ -1,6 +1,7 @@