mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-18 16:32:28 +00:00
[Update] 资产详情,无关联标签时显示无
This commit is contained in:
@@ -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>
|
||||||
|
@@ -181,6 +181,7 @@
|
|||||||
"MoreActions": "更多操作",
|
"MoreActions": "更多操作",
|
||||||
"Name": "名称",
|
"Name": "名称",
|
||||||
"No": "否",
|
"No": "否",
|
||||||
|
"Nothing": "无",
|
||||||
"NoData": "暂无数据",
|
"NoData": "暂无数据",
|
||||||
"Open": "打开",
|
"Open": "打开",
|
||||||
"Other": "其它",
|
"Other": "其它",
|
||||||
|
@@ -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",
|
||||||
|
Reference in New Issue
Block a user