diff --git a/src/api/tankSolutionSystem/resultsCon.js b/src/api/tankSolutionSystem/resultsCon.js index a606f95..09b64a0 100644 --- a/src/api/tankSolutionSystem/resultsCon.js +++ b/src/api/tankSolutionSystem/resultsCon.js @@ -89,4 +89,13 @@ export const exportReport = (params) =>{ params, responseType: 'blob', }) +} + +// 曲线详情 +export const getLineDetail = (params) =>{ + return request({ + url:'/api/blade-desk/QA/LiquidTankWave/detail', + method:'get', + params + }) } \ No newline at end of file diff --git a/src/views/qualityManagement/tankSolutionSystem/workTankLine.vue b/src/views/qualityManagement/tankSolutionSystem/workTankLine.vue index e3cbd14..3ac186b 100644 --- a/src/views/qualityManagement/tankSolutionSystem/workTankLine.vue +++ b/src/views/qualityManagement/tankSolutionSystem/workTankLine.vue @@ -19,8 +19,8 @@ - - + + @@ -46,7 +46,7 @@
-
+
曲线时间范围:{{ detailForm.lineTime }}
-
操作人:{{ detailForm.createTime }}
-
曲线生成时间:{{ detailForm.createUser }}
+
操作人:{{ detailForm.updateUserRealName }}
+
曲线生成时间:{{ detailForm.createTime }}
检测曲线
-
-
+
+