diff --git a/src/api/modules/goverment.ts b/src/api/modules/goverment.ts index a10f635..b01bda6 100644 --- a/src/api/modules/goverment.ts +++ b/src/api/modules/goverment.ts @@ -361,6 +361,10 @@ export const addDividerQuestion = (params: FormData) => { export const attendanceStatistics = () => { return http.get(BASEURL + `/gov/workerStat/attendStatistics`); }; +// 人员出勤监管-出勤统计数据 +export const attendanceData = (params: FormData) => { + return http.post(BASEURL + `/gov/workerStat/attendRecord`, params); +}; // 列表查询视频管理表信息 // export const getVideo = (params: { projectSn?: string; engineeringSn?: string }) => { diff --git a/src/views/goverment/huizhou/droneImaging/index.vue b/src/views/goverment/huizhou/droneImaging/index.vue index 1022584..e66a775 100644 --- a/src/views/goverment/huizhou/droneImaging/index.vue +++ b/src/views/goverment/huizhou/droneImaging/index.vue @@ -44,7 +44,6 @@ 查询 刷新 - 新增 @@ -57,13 +56,6 @@
{{ item.title }} - - - 编辑 - - 删除
@@ -90,62 +82,13 @@
- - - - - - - - - - - - - - 点击上传 - - - - -