diff --git a/src/api/mobileSupervision/book.ts b/src/api/mobileSupervision/book.ts new file mode 100644 index 0000000..5921445 --- /dev/null +++ b/src/api/mobileSupervision/book.ts @@ -0,0 +1,8 @@ +import request from "@/api/request"; + +export function listBook(query) { + return request.get({ + url: '/book', + query + }); +} \ No newline at end of file diff --git a/src/views/mobileSupervise/Book.vue b/src/views/mobileSupervise/Book.vue new file mode 100644 index 0000000..40c3b89 --- /dev/null +++ b/src/views/mobileSupervise/Book.vue @@ -0,0 +1,144 @@ + + + \ No newline at end of file diff --git a/src/views/mobileSupervise/Selfexamination.vue b/src/views/mobileSupervise/Selfexamination.vue index ec32826..dce590b 100644 --- a/src/views/mobileSupervise/Selfexamination.vue +++ b/src/views/mobileSupervise/Selfexamination.vue @@ -265,7 +265,7 @@ size="small" type="danger" plain - @click="form.contents.push({})" + @click="form.contents.splice(index, 1)" > @@ -131,6 +132,41 @@ + + +
+
+
+ + {{ activeRow.createTime }} +
+
+ + {{ getDictLable(dict.taskType, activeRow.taskType) }} +
+
+ + {{ activeRow.departName }} +
+
+ + {{ activeRow.peoples }} +
+
+ + {{ activeRow.problemType || '/' }} +
+
+ + {{ activeRow.thingDesc }} +
+
+ + {{ getDictLable(dict.distributionState, activeRow.distributionState) }} +
+
+
+