Browse Source

志愿者居民Id

dlt_manageScope_0428
mk 2 years ago
parent
commit
e734c9bd12
  1. 2
      src/components/JwTree/nodeWrap.vue

2
src/components/JwTree/nodeWrap.vue

@ -35,7 +35,7 @@
</div>
</div>
<div v-if="item.level === 'unit_chief'|| item.level === 'public_welfare_post'">
<div @click="gotoPersonnel(item)" :class="[item.categoryWarn === 'red' ? 'dyzxhRed' : item.categoryWarn === 'yellow' ? 'dyzxhYellow' : item.categoryWarn === 'green' ? 'dyzxhGreen' : '', item.children && item.children.length > 0 ? 'dyzxhHover' : 'dyzxh']" :title="item.organizationName">
<div @click="gotoPersonnel(item.resiId, '居委组织架构')" :class="[item.categoryWarn === 'red' ? 'dyzxhRed' : item.categoryWarn === 'yellow' ? 'dyzxhYellow' : item.categoryWarn === 'green' ? 'dyzxhGreen' : '', item.children && item.children.length > 0 ? 'dyzxhHover' : 'dyzxh']" :title="item.organizationName">
<!-- {{ spliceNameFun(item.organizationName, 3) }} -->
{{ item.organizationName }}
</div>

Loading…
Cancel
Save