diff --git a/src/components/negative/description.vue b/src/components/negative/description.vue index 3052973..87f31ae 100644 --- a/src/components/negative/description.vue +++ b/src/components/negative/description.vue @@ -58,6 +58,18 @@ {{ negative.involveDepartName || '/' }} +
+ + {{ getDictLable(dict.yesNo, negative.currentRow.repeatt) }} +
+
+ + {{ getDictLable(dict.sfssTags, negative.currentRow.tag) }} +
+
+ + {{ getDictLable(dict.handleMethodType, negative.currentRow.handleMethod) }} +
{{ getInvolveProblem(negative.involveProblem, dict.suspectProblem) || '/' }} @@ -82,12 +94,12 @@