合并原作者更新

This commit is contained in:
leonine 2017-02-20 09:53:10 +08:00
parent 1594942f2c
commit 2404849c30
5 changed files with 29 additions and 14 deletions

View file

@ -18,7 +18,7 @@
:class="itemClasses(item)"
@click.prevent="select(item)">
<Checkbox :checked="isCheck(item)" :disabled="item.disabled"></Checkbox>
<span>{{ showLabel(item) }}</span>
<span>{{{ showLabel(item) }}}</span>
</li>
<li :class="prefixCls + '-content-not-found'">{{ notFoundText }}</li>
</ul>