Commit 8d20f0f1 authored by 蒋金城's avatar 蒋金城

业委会成员身份证key

parent 6043a7bd
......@@ -587,7 +587,7 @@
</a-row>
<a-row type="flex" justify="start" class="detailsPartLine">
<a-col span="24">
<DetailsItem :labelSpan='12' :textSpan="12" :label='"身份证号码"' :text='detail.IDNum'/>
<DetailsItem :labelSpan='12' :textSpan="12" :label='"身份证号码"' :text='(detail.idnum || detail.idnum==null)?detail.idnum:detail.IDNum'/>
</a-col>
</a-row>
</a-col>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment