diff --git a/frontend/src/api/check/test/index.ts b/frontend/src/api/check/test/index.ts new file mode 100644 index 0000000..b3cd167 --- /dev/null +++ b/frontend/src/api/check/test/index.ts @@ -0,0 +1,5 @@ +import http from "@/api"; + +export const getCheckItemDetail = (params: { checkItemId: string, deviceId: string, chnNum: number }) => { + return http.post("/check/test/detail/", params, {loading: false}); +} \ No newline at end of file diff --git a/frontend/src/api/plan/autoTest.json b/frontend/src/api/plan/autoTest.json index aa54f89..7812c02 100644 --- a/frontend/src/api/plan/autoTest.json +++ b/frontend/src/api/plan/autoTest.json @@ -29,7 +29,7 @@ "isChildNode":true, "pid": "0-1", "id": "0-1-3", - "name": "输入:频率 50.05Hz..." + "name": "输入:频率 50.05Hz...." } ] }, diff --git a/frontend/src/views/home/components/dataCheckResultTable.vue b/frontend/src/views/home/components/dataCheckResultTable.vue index 28a0ea0..7d75816 100644 --- a/frontend/src/views/home/components/dataCheckResultTable.vue +++ b/frontend/src/views/home/components/dataCheckResultTable.vue @@ -10,33 +10,33 @@ - + - + - + - + - + - + - + - +