diff --git a/package-lock.json b/package-lock.json
index d46b659..b241fe5 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -423,6 +423,7 @@
"version": "2.9.1",
"resolved": "https://registry.npmmirror.com/element-plus/-/element-plus-2.9.1.tgz",
"integrity": "sha512-9Agqf/jt4Ugk7EZ6C5LME71sgkvauPCsnvJN12Xid2XVobjufxMGpRE4L7pS4luJMOmFAH3J0NgYEGZT5r+NDg==",
+ "license": "MIT",
"dependencies": {
"@ctrl/tinycolor": "^3.4.1",
"@element-plus/icons-vue": "^2.3.1",
diff --git a/public/index.html b/public/index.html
new file mode 100644
index 0000000..3e5a139
--- /dev/null
+++ b/public/index.html
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+ <%= htmlWebpackPlugin.options.title %>
+
+
+
+
+
+
+
diff --git a/src/router/router.js b/src/router/router.js
index b2aacc6..14b5703 100644
--- a/src/router/router.js
+++ b/src/router/router.js
@@ -64,7 +64,12 @@ const routes = [
path: '/studentUpdate',
name: '修改学生',
component: StudentUpdate
- }/* ,
+ },
+ {
+ path: '/absentRecord',
+ name: '缺寝记录',
+ component: AbsentRecord
+ }/* ,
{
path: '/buildingAdd',
name: '添加楼宇',
diff --git a/src/views/AbsentRecord.vue b/src/views/AbsentRecord.vue
index 538bf73..3f6d1eb 100644
--- a/src/views/AbsentRecord.vue
+++ b/src/views/AbsentRecord.vue
@@ -1,138 +1,102 @@
-
+
-
+
-
+
- 搜索
+ 搜索
+ :data="tableData"
+ border
+ stripe
+ style="width: 1210px; position: relative; top: -30px">
+ fixed
+ prop="id"
+ label="ID"
+ width="130">
+ prop="buildingId"
+ label="楼宇"
+ width="180">
+ prop="dormitoryId"
+ label="宿舍"
+ width="180">
+ prop="studentId"
+ label="学生"
+ width="180">
+ prop="reason"
+ label="原因"
+ width="180">
+ prop="dormitoryAdminId"
+ label="宿管"
+ width="180">
+ prop="createDate"
+ label="日期"
+ width="180">
-
-
-
\ No newline at end of file