提交 c8b2fcf6 编写于 作者: Cano1997's avatar Cano1997

update: 修复报错

上级 d95c7b74
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<i v-if="item.iconcls" :class="item.iconcls"></i> <i v-if="item.iconcls" :class="item.iconcls"></i>
<img v-if="item.icon" :src="getIcon(item.icon)" /> <img v-if="item.icon" :src="getIcon(item.icon)" />
<span :class="item.class"> <span :class="item.class">
{{ tem.text }} {{ item.text }}
</span> </span>
<span v-if="index != items.length-1">{{ textSeparator }}</span> <span v-if="index != items.length-1">{{ textSeparator }}</span>
</div> </div>
...@@ -205,8 +205,6 @@ export default class CodeList extends Vue { ...@@ -205,8 +205,6 @@ export default class CodeList extends Vue {
this.emptytext = codelist.emptytextLanRes ? this.$t(codelist.emptytextLanRes, codelist.emptytext) : codelist.emptytext; this.emptytext = codelist.emptytextLanRes ? this.$t(codelist.emptytextLanRes, codelist.emptytext) : codelist.emptytext;
_this.setItems(codelist.items, _this); _this.setItems(codelist.items, _this);
} }
console.log(codelist, 888);
} }
} }
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册