Commit 344cdd20 authored by 胡占生's avatar 胡占生 🇨🇳

feat:人脸管理,算法管理,日志管理页面初始化新增

parent f751acc4
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
:disable-transitions="true" :disable-transitions="true"
:key="item.value + ''" :key="item.value + ''"
:index="index" :index="index"
:type="item.elTagType === 'primary' ? '' : item.elTagType" :type="item.elTagType === 'primary' ? 'primary' : item.elTagType"
:class="item.elTagClass" :class="item.elTagClass"
>{{ item.label + " " }}</el-tag> >{{ item.label + " " }}</el-tag>
</template> </template>
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
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