diff --git a/src/views/gf/confinedspace/confinedspace/components/detail.vue b/src/views/gf/confinedspace/confinedspace/components/detail.vue index b4ed0d4..a7d0a3b 100644 --- a/src/views/gf/confinedspace/confinedspace/components/detail.vue +++ b/src/views/gf/confinedspace/confinedspace/components/detail.vue @@ -122,6 +122,9 @@ {{ index + 1 }} {{ item.PROTECTIVE_MEASURES }} + {{ item.QUESTION1 }}:{{ item.ANSWER1? item.ANSWER1 : 0 }} + {{ item.QUESTION2 }}:{{ item.ANSWER2? item.ANSWER2 : 0 }} + {{ item.QUESTION3 }}:{{ item.ANSWER3? item.ANSWER3 : 0 }} 涉   及 diff --git a/src/views/gf/confinedspace/pigeonhole/components/detail.vue b/src/views/gf/confinedspace/pigeonhole/components/detail.vue index 900738a..956effe 100644 --- a/src/views/gf/confinedspace/pigeonhole/components/detail.vue +++ b/src/views/gf/confinedspace/pigeonhole/components/detail.vue @@ -108,6 +108,9 @@ {{ index + 1 }} {{ item.PROTECTIVE_MEASURES }} + {{ item.QUESTION1 }}:{{ item.ANSWER1? item.ANSWER1 : 0 }} + {{ item.QUESTION2 }}:{{ item.ANSWER2? item.ANSWER2 : 0 }} + {{ item.QUESTION3 }}:{{ item.ANSWER3? item.ANSWER3 : 0 }} 涉   及 diff --git a/src/views/map/dialog/confinedspace.vue b/src/views/map/dialog/confinedspace.vue index 1535250..5ee33d6 100644 --- a/src/views/map/dialog/confinedspace.vue +++ b/src/views/map/dialog/confinedspace.vue @@ -99,6 +99,9 @@ {{ index + 1 }} {{ item.PROTECTIVE_MEASURES }} + {{ item.QUESTION1 }}:{{ item.ANSWER1? item.ANSWER1 : 0 }} + {{ item.QUESTION2 }}:{{ item.ANSWER2? item.ANSWER2 : 0 }} + {{ item.QUESTION3 }}:{{ item.ANSWER3? item.ANSWER3 : 0 }} 涉   及