Commit 5893458e authored by yulunyao's avatar yulunyao

add juweihui

parent ad875d57
...@@ -564,6 +564,29 @@ ...@@ -564,6 +564,29 @@
</a-row> </a-row>
</div> </div>
</div> </div>
<div class="layoutMargin detailsPartSection">
<p id="cmtInfo" class="detailsPartTitle">居委会信息</p>
<div style="margin:0 16px;">
<a-row type="flex" justify="start">
<a-col span="8">
<DetailsItem :labelSpan='12' :textSpan="12" :label='"居委会名称"' :text="!!rcinfo?rcInfo.cmtName:''"></DetailsItem>
</a-col>
<a-col span="8">
<DetailsItem :labelSpan='12' :textSpan="12" :label='"居委会地址"' :text="!!rcinfo?rcInfo.cmtAddr:''"></DetailsItem>
</a-col>
<a-col span="8">
<DetailsItem :labelSpan='12' :textSpan="12" :label='"居委主任姓名"' :text="!!rcinfo?rcInfo.cmtDirectorName:''"></DetailsItem>
</a-col>
</a-row>
<a-row type="flex" justify="start">
<a-col span="8">
<DetailsItem :labelSpan='12' :textSpan="12" :label='"居委书记姓名"' :text="!!rcinfo?rcInfo.cmtSecretaryName:''"></DetailsItem>
</a-col>
</a-row>
</div>
</div>
<!-- 自定义字段 --> <!-- 自定义字段 -->
<div class="layoutMargin detailsPartSection" v-if="customKeyEnable == 'true' && extList.length>0"> <div class="layoutMargin detailsPartSection" v-if="customKeyEnable == 'true' && extList.length>0">
<p id="extList" class="detailsPartTitle">拓展信息</p> <p id="extList" class="detailsPartTitle">拓展信息</p>
...@@ -596,6 +619,7 @@ ...@@ -596,6 +619,7 @@
<a-anchor-link href="#train" title="物业企业信息" /> <a-anchor-link href="#train" title="物业企业信息" />
<a-anchor-link href="#cmInfo" title="小区经理信息" /> <a-anchor-link href="#cmInfo" title="小区经理信息" />
<a-anchor-link href="#ertificate" title="业主大会信息" /> <a-anchor-link href="#ertificate" title="业主大会信息" />
<a-anchor-link href="#cmtInfo" title="居委会信息" />
<a-anchor-link v-if="customKeyEnable == 'true' && extList.length>0" href="#extList" title="拓展信息" /> <a-anchor-link v-if="customKeyEnable == 'true' && extList.length>0" href="#extList" title="拓展信息" />
</a-anchor> </a-anchor>
</div> </div>
...@@ -629,6 +653,7 @@ export default { ...@@ -629,6 +653,7 @@ export default {
this.$router.back() this.$router.back()
} }
}, },
determineRc() {},
//获取详情 //获取详情
getList(){ getList(){
this.$ajax.get({ this.$ajax.get({
......
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