[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> <template>
<IBox fa="fa-info-circle" :title="title" v-bind="$attrs"> <IBox fa="fa-info-circle" :title="title" v-bind="$attrs">
<div class="quick-actions"> <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> <el-tag v-for="i in iTag" :key="i" type="info">{{ i }}</el-tag>
</div> </div>
</IBox> </IBox>

View File

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

View File

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