|
|
|
@ -554,11 +554,13 @@ |
|
|
|
v-for="(row, rowIndex) in sectionItem.children" |
|
|
|
:key="rowIndex + sectionItem.id" |
|
|
|
> |
|
|
|
|
|
|
|
<div class="f-label">{{ row.label }}:</div> |
|
|
|
<span class="f-left8 f-font-color">{{ |
|
|
|
row.value ? row.value : "--" |
|
|
|
}}</span> |
|
|
|
<span class="f-left8 f-font-color" v-if="row.label == '高龄补助'">{{ |
|
|
|
row.formName ? row.formName : "--" |
|
|
|
}}</span> |
|
|
|
</div> |
|
|
|
</section> |
|
|
|
|
|
|
|
|