Commit 60c70ba9 authored by dragondean@qq.com's avatar dragondean@qq.com

删除dicttag的测试数据

parent 5936f4ea
......@@ -3,7 +3,7 @@
<template v-for="(dict, index) in this.getDictDatas2(type, value)">
<!-- 默认样式 -->
<span v-if="dict.colorType === 'default' || dict.colorType === '' || dict.colorType === undefined" :key="dict.value" :index="index"
:class="dict.cssClass">111{{ $l(dict, 'label') }}</span>
:class="dict.cssClass">{{ $l(dict, 'label') }}</span>
<!-- Tag 样式 -->
<el-tag v-else :disable-transitions="true" :key="dict.value" :index="index" :type="dict.colorType" :class="dict.cssClass">
{{ $l(dict, 'label') }}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment