[Update] 资产详情,无关联标签时显示无

This commit is contained in:
Bai
2020-06-15 15:51:50 +08:00
parent 1c08dca60c
commit bf79d40c00
3 changed files with 3 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
<template>
<IBox fa="fa-info-circle" :title="title" v-bind="$attrs">
<div class="quick-actions">
<p v-if="iTag.length === 0">{{ $t('common.Nothing') }}</p>
<el-tag v-for="i in iTag" :key="i" type="info">{{ i }}</el-tag>
</div>
</IBox>

View File

@@ -181,6 +181,7 @@
"MoreActions": "更多操作",
"Name": "名称",
"No": "否",
"Nothing": "无",
"NoData": "暂无数据",
"Open": "打开",
"Other": "其它",

View File

@@ -142,6 +142,7 @@
"ReLogin": "Re-Login"
},
"common": {
"Nothing": "Nothing",
"Action": "Action",
"Actions": "Actions",
"Activate": "Activate",