diff --git a/src/views/modules/portrayal/jumin/index.vue b/src/views/modules/portrayal/jumin/index.vue index fe87e602b..76ffd4525 100644 --- a/src/views/modules/portrayal/jumin/index.vue +++ b/src/views/modules/portrayal/jumin/index.vue @@ -554,11 +554,13 @@ v-for="(row, rowIndex) in sectionItem.children" :key="rowIndex + sectionItem.id" > -
{{ row.label }}:
{{ row.value ? row.value : "--" }} + {{ + row.formName ? row.formName : "--" + }}