Toggle navigation
Toggle navigation
This project
Loading...
Sign in
monitor_v3
/
anji-plus-report
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
鲁尚清
3 years ago
Commit
6f37bde9849e24f6247391c9c46e17503c43f51c
1 parent
06553a10
基本信息列表点击跳转详情事件更改
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
2 deletions
report-ui/src/views/report/bigscreen/designer/widget/monitor/basicInformationTwo.vue
report-ui/src/views/report/bigscreen/designer/widget/monitor/basicInformationTwo.vue
View file @
6f37bde
...
...
@@ -24,7 +24,13 @@
<el-col :style="[lineHeightStyle]" v-if="(titleName?index>=0:index>0)" class="basic-border basic-item-title basic-flex" :span="10">
{{ item.name }}
</el-col>
<el-col v-if="(titleName?index>=0:index>0) " class="basic-border basic-flex basic-item-content" :span="14"><span class="basic-ellipsis" v-html="item.value"></span>
<el-col v-if="(titleName?index>=0:index>0) " class="basic-border basic-flex basic-item-content" :span="14">
<el-tooltip :disabled ="showTitle" placement="top" >
<template #content>
<span v-html="item.value"></span>
</template>
<span @mouseover.stop="onShowNameTipsMouseenter" class="basic-ellipsis" v-html="item.value"></span>
</el-tooltip>
</el-col>
</el-row>
</div>
...
...
@@ -54,7 +60,8 @@
<template #content>
<span v-html="item.value"></span>
</template>
<span @mouseover.stop="onShowNameTipsMouseenter" :class="['basic-ellipsis',{'link-type':item.nameCode=='resName'}]" @click.stop="goTrend({resId:resId,resType:resType})" v-html="item.value"></span>
<span v-if="item.nameCode=='resName'" @mouseover.stop="onShowNameTipsMouseenter" :class="['basic-ellipsis',{'link-type':item.nameCode=='resName'}]" @click.stop="goTrend({resId:resId,resType:resType})" v-html="item.value"></span>
<span v-if="item.nameCode!='resName'" @mouseover.stop="onShowNameTipsMouseenter" :class="['basic-ellipsis',{'link-type':item.nameCode=='resName'}]" v-html="item.value"></span>
</el-tooltip>
...
...
Please
register
or
login
to post a comment