diff --git a/api/index.js b/api/index.js index 5e74a26..955acee 100644 --- a/api/index.js +++ b/api/index.js @@ -64,4 +64,5 @@ export const setTaskFile = (params) => upload("/app/util/uploadFile", params) // export const setTaskSign = (params) => post("/app/Task/sign", params) //审批意见签字提交 export const setSecurityMeasuresSave = (params) => post("/app/Task/setQues", params) //安全措施提交 export const setOtherSecurityMeasuresSave = (params) => post("/app/Task/setOtherQues", params) //其它安全措施提交 +export const getHistoricalApprovalRecords = (params) => post("/app/Task/getHis", params); // 历史审批记录 // 结束 diff --git a/pages.json b/pages.json index 2eb6810..1d47c17 100644 --- a/pages.json +++ b/pages.json @@ -241,17 +241,7 @@ { "path": "pages/eight_assignments/hot_work/gas/list", "style": { - "navigationBarTitleText": "动火作业气体分析", - "app-plus": { - "titleNView": { - "buttons": [{ - "text": "新建", - "fontSize": "15", - "float": "right", - "width": "40px" - }] - } - } + "navigationBarTitleText": "动火作业气体分析" } }, { @@ -308,6 +298,12 @@ "navigationBarTitleText": "待办" } }, + { + "path": "pages/eight_assignments/historical_approval_records", + "style": { + "navigationBarTitleText": "待办" + } + }, { "path": "pages/eight_assignments/completed_list", "style": { diff --git a/pages/eight_assignments/historical_approval_records.vue b/pages/eight_assignments/historical_approval_records.vue new file mode 100644 index 0000000..1ce49f1 --- /dev/null +++ b/pages/eight_assignments/historical_approval_records.vue @@ -0,0 +1,60 @@ + + + + + diff --git a/pages/eight_assignments/hot_work/delay_fire_monitoring/delay.vue b/pages/eight_assignments/hot_work/delay_fire_monitoring/delay.vue index 6564063..95f6351 100644 --- a/pages/eight_assignments/hot_work/delay_fire_monitoring/delay.vue +++ b/pages/eight_assignments/hot_work/delay_fire_monitoring/delay.vue @@ -1,8 +1,8 @@