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>
|
||||
<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>
|
||||
|
@@ -181,6 +181,7 @@
|
||||
"MoreActions": "更多操作",
|
||||
"Name": "名称",
|
||||
"No": "否",
|
||||
"Nothing": "无",
|
||||
"NoData": "暂无数据",
|
||||
"Open": "打开",
|
||||
"Other": "其它",
|
||||
|
@@ -142,6 +142,7 @@
|
||||
"ReLogin": "Re-Login"
|
||||
},
|
||||
"common": {
|
||||
"Nothing": "Nothing",
|
||||
"Action": "Action",
|
||||
"Actions": "Actions",
|
||||
"Activate": "Activate",
|
||||
|
Reference in New Issue
Block a user