提交 0451eb43 编写于 作者: tony001's avatar tony001

zpc --- 快速分组-fix1

上级 cc9886f7
......@@ -5,7 +5,7 @@
<span :style="{color:item.color}">
<i v-if=" item.iconcls && !Object.is(item.iconcls, '')" :class="item.iconcls"></i>
<img v-else-if="item.icon && !Object.is(item.icon, '')" :src="item.icon" />
<el-badge v-if="counterName" :value="curCounterService?curCounterService.counterData[item.codename]:''" class="item" type="primary">{{item.label}}</el-badge>
<el-badge v-if="counterName" :value="''" class="item" type="primary">{{item.label}}</el-badge>
<span v-else>{{item.label}}</span>
</span>
</el-tag>
......@@ -14,7 +14,7 @@
<span :style="{color:item.color}">
<i v-if=" item.iconcls && !Object.is(item.iconcls, '')" :class="item.iconcls"></i>
<img v-else-if="item.icon && !Object.is(item.icon, '')" :src="item.icon" />
<el-badge v-if="counterName" :value="curCounterService?curCounterService.counterData[item.codename]:''" class="item" type="primary">{{item.label}}</el-badge>
<el-badge v-if="counterName" :value="''" class="item" type="primary">{{item.label}}</el-badge>
<span v-else>{{item.label}}</span>
</span>
</el-tag>
......@@ -68,7 +68,7 @@ export default class AppQuickGroup extends Vue {
* @type {any}
* @memberof AppQuickGroup
*/
public curCounterService:any
public curCounterService:any;
/**
* UI选中项
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册