diff --git a/src/api/data/videoInspection.ts b/src/api/data/videoInspection.ts index a4f9df7..8a79212 100644 --- a/src/api/data/videoInspection.ts +++ b/src/api/data/videoInspection.ts @@ -11,4 +11,11 @@ export function getVideoInspectionInfo(id) { return request.get({ url: `/videoInspection/${id}` }); +} + +export function distributeData(body) { + return request.post({ + url: `/videoInspection/distribute`, + body + }); } \ No newline at end of file diff --git a/src/api/work/comfort.ts b/src/api/work/comfort.ts new file mode 100644 index 0000000..5a7a435 --- /dev/null +++ b/src/api/work/comfort.ts @@ -0,0 +1,9 @@ +import request from "@/api/request"; + + +export function listComfort(query) { + return request.get({ + url: `/comfort`, + query: query + }); +} \ No newline at end of file diff --git a/src/assets/icons/return.svg b/src/assets/icons/return.svg new file mode 100644 index 0000000..88258c9 --- /dev/null +++ b/src/assets/icons/return.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/components/data/gab-import.vue b/src/components/data/gab-import.vue index 97fef56..53d18c2 100644 --- a/src/components/data/gab-import.vue +++ b/src/components/data/gab-import.vue @@ -206,6 +206,7 @@ \ No newline at end of file diff --git a/src/views/work/News.vue b/src/views/work/News.vue index 06ead9b..5230bb9 100644 --- a/src/views/work/News.vue +++ b/src/views/work/News.vue @@ -12,7 +12,7 @@ - + - +
- + @@ -130,6 +134,7 @@ + + +
+ +
+