diff --git a/src/assets/js/api/zhongjianFourth.js b/src/assets/js/api/zhongjianFourth.js index f5304359..6970970c 100644 --- a/src/assets/js/api/zhongjianFourth.js +++ b/src/assets/js/api/zhongjianFourth.js @@ -10,5 +10,18 @@ export const qualityManagement = params => get('xmgl/qualityInspectionRecord/get // 质量管理-质量问题库 export const listQualityManagement = params => get('xmgl/dangerTypeRecord/getBigList', params); +/* --------------指挥中心------------ */ +// 安全巡检-安全隐患 +export const getSafetyPerilInfo = params => get('xmgl/hiddenDangerInspectRecord/getRectificationNoNum', params); +// 安全巡检-今日巡检 +export const getTodayInspectionInfo = params => get('xmgl/inspectTaskRecord/getTodayInfo', params); +/* --------------进度管理------------ */ +/** + * 进度任务-代办事项-底部步骤条 + * @param {string} projectSn + * @param {boolean} isNoStart true: 代办事项 false: 步骤条 + * @returns + */ +export const listProgressOfTheTask = params => get('xmgl/progressItem/getScheduleList', params); diff --git a/src/views/projectAdmin/zjsj/assets/images/common/triangle.png b/src/views/projectAdmin/zjsj/assets/images/common/triangle.png new file mode 100644 index 00000000..494684ff Binary files /dev/null and b/src/views/projectAdmin/zjsj/assets/images/common/triangle.png differ diff --git a/src/views/projectAdmin/zjsj/command/leftOne.vue b/src/views/projectAdmin/zjsj/command/leftOne.vue index 011a9eb7..e2c63855 100644 --- a/src/views/projectAdmin/zjsj/command/leftOne.vue +++ b/src/views/projectAdmin/zjsj/command/leftOne.vue @@ -67,7 +67,7 @@ export default { display: flex; flex-direction: column; color: #fff; - overflow-y: scroll; + // overflow-y: scroll; .list-item { flex: 1; diff --git a/src/views/projectAdmin/zjsj/progress/index.vue b/src/views/projectAdmin/zjsj/progress/index.vue index d8c3096c..d19d3db7 100644 --- a/src/views/projectAdmin/zjsj/progress/index.vue +++ b/src/views/projectAdmin/zjsj/progress/index.vue @@ -3,10 +3,17 @@
+