CN-268 feat: panel重构--tabs(部分)

This commit is contained in:
chenjinsong
2022-01-18 13:56:01 +08:00
parent a35dbd2e36
commit 14a3bfefa2
5 changed files with 15 additions and 17 deletions

View File

@@ -62,7 +62,6 @@ import { ref } from 'vue'
import { panelTypeAndRouteMapping } from '@/utils/constants'
import { api, getPanelList, getChartList } from '@/utils/api'
import { getNowTime } from '@/utils/date-util'
import PanelChartList from './PanelChartList'
import DateTimeRange from '@/components/common/TimeRange/DateTimeRange'
import TimeRefresh from '@/components/common/TimeRange/TimeRefresh'
@@ -75,8 +74,7 @@ export default {
},
components: {
DateTimeRange,
TimeRefresh,
PanelChartList
TimeRefresh
},
data () {
return {