vue的treeselect下拉框内容名称过长

<treeselect v-model="form.deptId" :options="deptOptions" :show-count="true" placeholder="请选择所属单位">
   <label slot="option-label"
          slot-scope="{ node, shouldShowCount, count,countClassName, labelClassName }"
          :class="labelClassName"
          :title="node.label" >
          {{ node.label }}
   </label>
</treeselect>

版权声明:本文为weixin_42247720原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。