| | |
| | | <span><vc:i18n name="我的小区" namespace="enterCommunity"></vc:i18n></span> |
| | | </h5> |
| | | <div class="ibox-tools" style="top:10px;"> |
| | | <button type="button" class="btn btn-primary btn-sm" v-on:click="_showHcUse()"> |
| | | <button type="button" class="btn btn-primary btn-sm" v-on:click="_showHcUse()" v-show="_hasPrivilegePIds('1500201904008')"> |
| | | <i class="fa fa-plus"></i> |
| | | <span><vc:i18n name="商用流程" namespace="enterCommunity"></vc:i18n></span> |
| | | </button> |
| | |
| | | <table class="footable table table-stripped toggle-arrow-tiny" data-page-size="15"> |
| | | <thead> |
| | | <tr> |
| | | <th data-hide="phone" class="text-center"> |
| | | <th data-hide="phone" class="text-center" v-show="_hasPrivilegePIds('1500201904009')"> |
| | | <span><vc:i18n name="省份" namespace="enterCommunity"></vc:i18n></span> |
| | | </th> |
| | | <th data-hide="phone" class="text-center"> |
| | | <th data-hide="phone" class="text-center" v-show="_hasPrivilegePIds('1500201904010')"> |
| | | <span><vc:i18n name="市/州" namespace="enterCommunity"></vc:i18n></span> |
| | | </th> |
| | | <th data-hide="phone" width="150px" class="text-center"> |
| | | <th data-hide="phone" width="150px" class="text-center" v-show="_hasPrivilegePIds('1500201904011')"> |
| | | <span><vc:i18n name="区/县" namespace="enterCommunity"></vc:i18n></span> |
| | | </th> |
| | | <th data-hide="phone" width="200px" class="text-center"> |
| | | <th data-hide="phone" width="200px" class="text-center" v-show="_hasPrivilegePIds('1500201904012')"> |
| | | <span><vc:i18n name="小区名称" namespace="enterCommunity"></vc:i18n></span> |
| | | </th> |
| | | <!-- <th data-hide="phone"> |
| | | <span><vc:i18n name="小区地址" namespace="enterCommunity"></vc:i18n></span> |
| | | </th> --> |
| | | <th class="text-center"> |
| | | <th class="text-center" v-show="_hasPrivilegePIds('1500201904013')"> |
| | | <span><vc:i18n name="小区编码" namespace="enterCommunity"></vc:i18n></span> |
| | | </th> |
| | | <th data-hide="phone" class="text-center"> |
| | | <th data-hide="phone" class="text-center" v-show="_hasPrivilegePIds('1500201904014')"> |
| | | <span><vc:i18n name="客服电话" namespace="enterCommunity"></vc:i18n></span> |
| | | </th> |
| | | <th data-hide="phone" class="text-center"> |
| | | <th data-hide="phone" class="text-center" v-show="_hasPrivilegePIds('1500201904015')"> |
| | | <span><vc:i18n name="面积" namespace="enterCommunity"></vc:i18n></span> |
| | | </th> |
| | | <th data-hide="phone" class="text-center"> |
| | | <th data-hide="phone" class="text-center" v-show="_hasPrivilegePIds('1500201904016')"> |
| | | <span><vc:i18n name="开始时间" namespace="enterCommunity"></vc:i18n></span> |
| | | </th> |
| | | <th data-hide="phone" class="text-center"> |
| | | <th data-hide="phone" class="text-center" v-show="_hasPrivilegePIds('1500201904017')"> |
| | | <span><vc:i18n name="结束时间" namespace="enterCommunity"></vc:i18n></span> |
| | | </th> |
| | | <!-- <th data-hide="phone,tablet" > |
| | |
| | | </thead> |
| | | <tbody> |
| | | <tr v-for="community in communityInfo.enterCommunityInfo"> |
| | | <td class="text-center"> |
| | | <td class="text-center" v-show="_hasPrivilegePIds('1500201904009')"> |
| | | {{community.provName}} |
| | | </td> |
| | | <td class="text-center"> |
| | | <td class="text-center" v-show="_hasPrivilegePIds('1500201904010')"> |
| | | {{community.cityName}} |
| | | </td> |
| | | <td class="text-center"> |
| | | <td class="text-center" v-show="_hasPrivilegePIds('1500201904011')"> |
| | | {{community.areaName}} |
| | | </td> |
| | | <td class="text-center"> |
| | | <td class="text-center" v-show="_hasPrivilegePIds('1500201904012')"> |
| | | {{community.name}} |
| | | </td> |
| | | <!-- <td> |
| | | {{community.address}} |
| | | </td> --> |
| | | <td class="text-center"> |
| | | <td class="text-center" v-show="_hasPrivilegePIds('1500201904013')"> |
| | | {{community.communityId}} |
| | | </td> |
| | | <td class="text-center"> |
| | | <td class="text-center" v-show="_hasPrivilegePIds('1500201904014')"> |
| | | {{community.tel}} |
| | | </td> |
| | | <td class="text-center"> |
| | | <td class="text-center" v-show="_hasPrivilegePIds('1500201904015')"> |
| | | {{community.communityArea}} |
| | | </td> |
| | | <td class="text-center"> |
| | | <td class="text-center" v-show="_hasPrivilegePIds('1500201904016')"> |
| | | {{community.startTime}} |
| | | </td> |
| | | <td class="text-center"> |
| | | <td class="text-center" v-show="_hasPrivilegePIds('1500201904017')"> |
| | | {{community.endTime}} |
| | | </td> |
| | | <!-- <td> |
| | |
| | | {{_showCommunityStatus(community.auditStatusCd)}} |
| | | </td> |
| | | <td class="text-center"> |
| | | <div class="btn-group" v-if="community.auditStatusCd == '1100' "> |
| | | <div class="btn-group" v-if="community.auditStatusCd == '1100' && _hasPrivilegePIds('1500201904018')"> |
| | | <button class="btn-white btn btn-xs" |
| | | v-on:click="_openUpdateCommunityModel(community)"> |
| | | <span><vc:i18n name="修改" namespace="enterCommunity"></vc:i18n></span> |