fix:修改详情页面报错的问题

This commit is contained in:
zhangyu
2022-03-07 09:37:27 +08:00
parent 367a95b78b
commit 24ed289135
37 changed files with 135 additions and 136 deletions

View File

@@ -144,7 +144,7 @@ import chartDataFormat from '../../../charts/chartDataFormat'
import alertRuleInfo from '../../alert/alertRuleInfo'
import alertLabel from '../../alert/alertLabel'
import { calcDurationByStringTimeB } from '../../js/tools'
import {alertMessage as alertMessageConstant} from "@/components/common/js/constants";
import { alertMessage as alertMessageConstant } from '@/components/common/js/constants'
export default {
name: 'alertMessageTable',
components: {
@@ -222,7 +222,7 @@ export default {
label: this.$t('alert.list.state'),
prop: 'state',
show: true,
width: 100,
width: 100
// sortable: 'custom'
}, {
label: this.$t('alert.startAt'),