Commit 7187f063 authored by Gakki's avatar Gakki

业主大会信息添加主任,副主任字段

parent ba07c9e4
...@@ -507,6 +507,11 @@ ...@@ -507,6 +507,11 @@
'></DetailsItem> '></DetailsItem>
</a-col> </a-col>
</a-row> </a-row>
<a-row type="flex" justify="start" class="detailsPartLine">
<a-col span="24">
<DetailsItem :labelSpan='12' :textSpan='12' :label='"副主任"' :text='icInfo.deputyDirectorName'></DetailsItem>
</a-col>
</a-row>
</a-col> </a-col>
<a-col span="8"> <a-col span="8">
<a-row type="flex" justify="start" class="detailsPartLine"> <a-row type="flex" justify="start" class="detailsPartLine">
...@@ -552,7 +557,7 @@ ...@@ -552,7 +557,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='""'></DetailsItem> <DetailsItem :labelSpan='12' :textSpan='12' :label='"主任"' :text='icInfo.directorName'></DetailsItem>
</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