diff --git a/yanzhu-bigscreen/package-lock.json b/yanzhu-bigscreen/package-lock.json index a0f7d24a..9cb81848 100644 --- a/yanzhu-bigscreen/package-lock.json +++ b/yanzhu-bigscreen/package-lock.json @@ -7764,6 +7764,21 @@ "dev": true, "license": "ISC" }, + "node_modules/fsevents": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", + "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", + "dev": true, + "hasInstallScript": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": "^8.16.0 || ^10.6.0 || >=11.0.0" + } + }, "node_modules/function-bind": { "version": "1.1.2", "resolved": "https://registry.npmmirror.com/function-bind/-/function-bind-1.1.2.tgz", diff --git a/yanzhu-ui-vue3/src/views/manage/attendanceUbiData/index.vue b/yanzhu-ui-vue3/src/views/manage/attendanceUbiData/index.vue index f4b3df74..fc16367d 100644 --- a/yanzhu-ui-vue3/src/views/manage/attendanceUbiData/index.vue +++ b/yanzhu-ui-vue3/src/views/manage/attendanceUbiData/index.vue @@ -15,7 +15,7 @@ - + diff --git a/yanzhu-ui-vue3/src/views/manage/attendanceUbiData/statistics.vue b/yanzhu-ui-vue3/src/views/manage/attendanceUbiData/statistics.vue index 0f7eb809..ce49e1c9 100644 --- a/yanzhu-ui-vue3/src/views/manage/attendanceUbiData/statistics.vue +++ b/yanzhu-ui-vue3/src/views/manage/attendanceUbiData/statistics.vue @@ -14,7 +14,7 @@ - + diff --git a/yanzhu-ui-vue3/src/views/manage/attendance_ubi_device/index.vue b/yanzhu-ui-vue3/src/views/manage/attendance_ubi_device/index.vue index 9b447ab7..a7a34baa 100644 --- a/yanzhu-ui-vue3/src/views/manage/attendance_ubi_device/index.vue +++ b/yanzhu-ui-vue3/src/views/manage/attendance_ubi_device/index.vue @@ -8,7 +8,7 @@ :value="prj.id"> - + @@ -138,7 +138,7 @@ :props="{ value: 'id', label: 'title', children: 'children' }" value-key="id" placeholder="请选择工区" clearable style="width:300px;" /> - + diff --git a/yanzhu-ui-vue3/src/views/manage/mobileAttendanceData/index.vue b/yanzhu-ui-vue3/src/views/manage/mobileAttendanceData/index.vue index 2357b91c..805c1384 100644 --- a/yanzhu-ui-vue3/src/views/manage/mobileAttendanceData/index.vue +++ b/yanzhu-ui-vue3/src/views/manage/mobileAttendanceData/index.vue @@ -1,7 +1,7 @@