From cb9ff64b0eabe96d0b591a11831eede95150af03 Mon Sep 17 00:00:00 2001 From: shilixia <2309368887@qq.com> Date: Tue, 13 Apr 2021 10:52:33 +0800 Subject: [PATCH] yonghu --- .../src/views/qualityinspect/inspeatTask.vue | 7 + .../views/qualityinspect/inspecttaskdo.vue | 288 ++++++++---------- .../src/views/qualityinspect/leaderinit.vue | 63 ++++ client/src/views/qualityinspect/orginit.vue | 63 ++++ 4 files changed, 258 insertions(+), 163 deletions(-) create mode 100644 client/src/views/qualityinspect/leaderinit.vue create mode 100644 client/src/views/qualityinspect/orginit.vue diff --git a/client/src/views/qualityinspect/inspeatTask.vue b/client/src/views/qualityinspect/inspeatTask.vue index 7c8e01a..288f2a9 100644 --- a/client/src/views/qualityinspect/inspeatTask.vue +++ b/client/src/views/qualityinspect/inspeatTask.vue @@ -44,6 +44,13 @@ + + + + + + + diff --git a/client/src/views/qualityinspect/inspecttaskdo.vue b/client/src/views/qualityinspect/inspecttaskdo.vue index 5f6d0b6..fb527e2 100644 --- a/client/src/views/qualityinspect/inspecttaskdo.vue +++ b/client/src/views/qualityinspect/inspecttaskdo.vue @@ -45,19 +45,18 @@
- 子任务列表 + 创建子任务
@@ -125,52 +124,7 @@ fixed="right" > \ No newline at end of file diff --git a/client/src/views/qualityinspect/leaderinit.vue b/client/src/views/qualityinspect/leaderinit.vue new file mode 100644 index 0000000..4ad5082 --- /dev/null +++ b/client/src/views/qualityinspect/leaderinit.vue @@ -0,0 +1,63 @@ + + + \ No newline at end of file diff --git a/client/src/views/qualityinspect/orginit.vue b/client/src/views/qualityinspect/orginit.vue new file mode 100644 index 0000000..cae8099 --- /dev/null +++ b/client/src/views/qualityinspect/orginit.vue @@ -0,0 +1,63 @@ + + + \ No newline at end of file