fix: alertLabel页面增加判断,区分alertMessage页面,和chart-alert-lis全屏t页面

This commit is contained in:
@changcode
2021-11-02 10:17:26 +08:00
parent f72eee081a
commit efb0996777
3 changed files with 18 additions and 11 deletions

View File

@@ -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 () {