Commit 884edbfd authored by 蒋金城's avatar 蒋金城

Merge branch 'dev' into xuhui

parents d9e08a9f 8d20f0f1
...@@ -587,7 +587,7 @@ ...@@ -587,7 +587,7 @@
</a-row> </a-row>
<a-row type="flex" justify="start" class="detailsPartLine"> <a-row type="flex" justify="start" class="detailsPartLine">
<a-col span="24"> <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-col>
</a-row> </a-row>
</a-col> </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