fix: alertLabel页面增加判断,区分alertMessage页面,和chart-alert-lis全屏t页面
This commit is contained in:
@@ -94,7 +94,7 @@
|
||||
:id="scope.row[item.label].id"
|
||||
:that="scope.row[item.label]"
|
||||
:type="item.label"
|
||||
:alert-table-dialog="true"
|
||||
:alert-table-dialog="chartAlertList"
|
||||
></alertLabel>
|
||||
</span>
|
||||
</template>
|
||||
@@ -163,7 +163,8 @@ export default {
|
||||
default: true
|
||||
},
|
||||
alertMessageTabNew: Boolean,
|
||||
loading: Boolean
|
||||
loading: Boolean,
|
||||
chartAlertList: Boolean
|
||||
},
|
||||
mixins: [table, bus],
|
||||
data () {
|
||||
|
||||
Reference in New Issue
Block a user