diff --git a/src/views/Home/comps/fdy-undo.vue b/src/views/Home/comps/fdy-undo.vue index c8d32f4..3c880b2 100644 --- a/src/views/Home/comps/fdy-undo.vue +++ b/src/views/Home/comps/fdy-undo.vue @@ -86,6 +86,19 @@ export default { value: 0, url: "/survey/leave/fdy" }, + { + // 宁博 + label: "辅导员·学生返校审核", + name: "return", + value: 0, + url: "/survey/return/fdy" + }, + { + label: "辅导员·国家励志奖学金审核", + name: "knzzgl", + value: 0, + url: "/hard/gl/fdy" + } ], diff --git a/src/views/Home/comps/jwc-undo.vue b/src/views/Home/comps/jwc-undo.vue index 8080091..5e7ff40 100644 --- a/src/views/Home/comps/jwc-undo.vue +++ b/src/views/Home/comps/jwc-undo.vue @@ -80,6 +80,13 @@ export default { value: 0, url: "hard/tufa/xg" }, + // 宁博 + { + label: "学工·国家励志奖学金审核", + name: "knzzgl", + value: 0, + url: "/hard/gl/xg" + } ] } diff --git a/src/views/Home/comps/xw-undo.vue b/src/views/Home/comps/xw-undo.vue index 07c99a1..d9c2dca 100644 --- a/src/views/Home/comps/xw-undo.vue +++ b/src/views/Home/comps/xw-undo.vue @@ -1,176 +1,187 @@ \ No newline at end of file +