NEZ-315 feat: alert-rule详情

This commit is contained in:
陈劲松
2020-06-07 21:39:07 +08:00
parent 5beb5b60e2
commit 468ac70278
11 changed files with 369 additions and 36 deletions

View File

@@ -23,7 +23,7 @@
<el-dropdown trigger="click" v-show="!isPreview" class="nz-chart-top" :key="'chartDropdown'+chartIndex" v-clickoutside="clickos">
<el-dropdown-menu style="display: none"></el-dropdown-menu>
<span class="el-dropdown-link chart-title" @click="dropdownMenuShow=!dropdownMenuShow">
<span class="chart-title-text">{{chartData.title}}</span>
<span class="chart-title-text">{{chartInfo.title}}</span>
<span class="chart-title-icon"><i class="el-icon-caret-bottom el-icon--right" :class="{'visible':caretShow,'hidden':!caretShow}"></i></span>
</span>
<ul slot="dropdown" v-show="dropdownMenuShow" :id="'dropdownUl'+chartIndex" class="el-dropdown-menu nz-chart-dropdown" style="position: absolute; top: 30px; left: calc(50% - 79px); transform-origin: center top; z-index: 1000;" >
@@ -54,7 +54,7 @@
:height="tableHeight"
ref="alertListTable"
tooltip-effect="light"
v-scrollBar:el-table="'large'"
v-scrollBar:el-table="'normal'"
:cell-class-name="labelsClassName"
@selection-change="selectChange"
style="width: 100%;">
@@ -300,9 +300,6 @@ export default {
'pick-time':pickTime,
},
props: {
chartData: {
type: Object
},
// 看板id
panelId: {
type: Number,