Browse Source

测测测

feature_voluntary_mall
是小王呀\24601 1 year ago
parent
commit
fc061952a9
  1. 4
      src/views/modules/portrayal/jumin/index.vue

4
src/views/modules/portrayal/jumin/index.vue

@ -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>

Loading…
Cancel
Save