diff --git a/src/api/modules/agjtCommandApi.ts b/src/api/modules/agjtCommandApi.ts index 5ba972b..fedb286 100644 --- a/src/api/modules/agjtCommandApi.ts +++ b/src/api/modules/agjtCommandApi.ts @@ -131,3 +131,18 @@ export const getCountTaskProgressApi = (params: {}, showLoading: boolean) => { export const queryCountEnterpriseApi = (params: {}, showLoading: boolean) => { return http.post(BASEURL + `/xmgl/xzTaskProgressTotal/countEnterprise`, params, { headers: { noLoading: showLoading } }); }; +// 人员情况 +export const performanceAnalysisApi = (params: {}, showLoading: boolean) => { + return http.post(BASEURL + `/xmgl/workerAttendance/safetyPerformanceAnalysis`, params, { headers: { noLoading: showLoading } }); +}; +// 三色评价 +export const statsEnterpriseRiskApi = (params: {}, showLoading: boolean) => { + return http.post(BASEURL + `/xmgl/workerInfo/statsEnterpriseRisk`, params, { headers: { noLoading: showLoading } }); +}; +// 安全教育视频配置 +export const configWeekVideoSaveApi = (params: {}, showLoading: boolean) => { + return http.post(BASEURL + `/xmgl/educationConfigWeekVideo/save`, params, { headers: { noLoading: showLoading } }); +}; +export const configWeekVideoListApi = (params: {}, showLoading: boolean) => { + return http.get(BASEURL + `/xmgl/educationConfigWeekVideo/list`, params, { headers: { noLoading: showLoading } }); +}; diff --git a/src/components/setVideoDialog.vue b/src/components/setVideoDialog.vue index f00f0a1..b900e40 100644 --- a/src/components/setVideoDialog.vue +++ b/src/components/setVideoDialog.vue @@ -14,15 +14,16 @@
-
+
{{ item.title }}: