diff --git a/SafeCampus.WEB/src/routers/modules/staticRouter.ts b/SafeCampus.WEB/src/routers/modules/staticRouter.ts index 7c2f2e1..0366bc0 100644 --- a/SafeCampus.WEB/src/routers/modules/staticRouter.ts +++ b/SafeCampus.WEB/src/routers/modules/staticRouter.ts @@ -43,8 +43,16 @@ export const staticRouter: RouteRecordRaw[] = [ title: "学生点名详情" }, name: "学生点名详情", - path: "/roolcall/detail", + path: "/attendance/roolcall/detail", component: () => import("@/views/attendance/roolcall/detail.vue") + }, + { + meta: { + title: "学生画像详情" + }, + name: "学生画像详情", + path: "/violation/portrait/detail", + component: () => import("@/views/violation/portrait/detail.vue") } ] } diff --git a/SafeCampus.WEB/src/views/attendance/roolcall/index.vue b/SafeCampus.WEB/src/views/attendance/roolcall/index.vue index 4bbd860..5f2db96 100644 --- a/SafeCampus.WEB/src/views/attendance/roolcall/index.vue +++ b/SafeCampus.WEB/src/views/attendance/roolcall/index.vue @@ -91,7 +91,7 @@ const columns: ColumnProps[] = [ ]; const onView = (row: any) => { router.push( { - path:'/roolcall/detail', + path:'/attendance/roolcall/detail', query: { taskId: row.taskId, personSetId:row.personSetId diff --git a/SafeCampus.WEB/src/views/userManage/clothing/index.vue b/SafeCampus.WEB/src/views/userManage/clothing/index.vue index 62b4a46..afebc03 100644 --- a/SafeCampus.WEB/src/views/userManage/clothing/index.vue +++ b/SafeCampus.WEB/src/views/userManage/clothing/index.vue @@ -10,7 +10,7 @@ label="clothSetName" id="clothSetId" width="300px" - :show-all="true" + :show-all="false" :request-api="userManageClothApi.getList" @change="changeTreeFilter" > diff --git a/SafeCampus.WEB/src/views/violation/analysis/index.vue b/SafeCampus.WEB/src/views/violation/analysis/index.vue new file mode 100644 index 0000000..3cd6009 --- /dev/null +++ b/SafeCampus.WEB/src/views/violation/analysis/index.vue @@ -0,0 +1,75 @@ + + + + diff --git a/SafeCampus.WEB/src/views/violation/portrait/detail.vue b/SafeCampus.WEB/src/views/violation/portrait/detail.vue new file mode 100644 index 0000000..1b1c125 --- /dev/null +++ b/SafeCampus.WEB/src/views/violation/portrait/detail.vue @@ -0,0 +1,250 @@ + + + diff --git a/SafeCampus.WEB/src/views/violation/portrait/index.vue b/SafeCampus.WEB/src/views/violation/portrait/index.vue new file mode 100644 index 0000000..5d625f4 --- /dev/null +++ b/SafeCampus.WEB/src/views/violation/portrait/index.vue @@ -0,0 +1,123 @@ + + + + diff --git a/SafeCampus.WEB/src/views/violation/portraitSummary/index.vue b/SafeCampus.WEB/src/views/violation/portraitSummary/index.vue new file mode 100644 index 0000000..545477b --- /dev/null +++ b/SafeCampus.WEB/src/views/violation/portraitSummary/index.vue @@ -0,0 +1,509 @@ + + + + + +