diff --git a/src/views/closeLoopDispose/components/backlogDetailForm.vue b/src/views/closeLoopDispose/components/backlogDetailForm.vue index d1a56d8..11ad0ec 100644 --- a/src/views/closeLoopDispose/components/backlogDetailForm.vue +++ b/src/views/closeLoopDispose/components/backlogDetailForm.vue @@ -122,7 +122,7 @@
处理意见:
- {{ item.comment.comment == null ? "" : item.comment.comment }} + {{ item.comment == null ? "" : item.comment.comment }}
diff --git a/src/views/closeLoopDispose/components/completeDetailForm.vue b/src/views/closeLoopDispose/components/completeDetailForm.vue index 4dc3f10..178def0 100644 --- a/src/views/closeLoopDispose/components/completeDetailForm.vue +++ b/src/views/closeLoopDispose/components/completeDetailForm.vue @@ -88,7 +88,7 @@
处理意见:
- {{ item.comment.comment == null ? "" : item.comment.comment }} + {{ item.comment == null ? "" : item.comment.comment }}
diff --git a/src/views/closeLoopDispose/components/copyDetailForm.vue b/src/views/closeLoopDispose/components/copyDetailForm.vue index ad91a8c..160c202 100644 --- a/src/views/closeLoopDispose/components/copyDetailForm.vue +++ b/src/views/closeLoopDispose/components/copyDetailForm.vue @@ -86,7 +86,7 @@
处理意见:
- {{ item.comment.comment == null ? "" : item.comment.comment }} + {{ item.comment == null ? "" : item.comment.comment }}
diff --git a/src/views/closeLoopDispose/components/myCourseDetailForm.vue b/src/views/closeLoopDispose/components/myCourseDetailForm.vue index 2baa39b..b22f7a2 100644 --- a/src/views/closeLoopDispose/components/myCourseDetailForm.vue +++ b/src/views/closeLoopDispose/components/myCourseDetailForm.vue @@ -86,7 +86,7 @@
处理意见:
- {{ item.comment.comment == null ? "" : item.comment.comment }} + {{ item.comment == null ? "" : item.comment.comment }}