Revert "perf: add aotu components"

This reverts commit 763e9c1297.
This commit is contained in:
xingyu4j
2022-11-17 17:11:36 +08:00
parent 410d5eb7a3
commit a13cb8698d
37 changed files with 69 additions and 28 deletions

View File

@ -4,7 +4,17 @@ import * as RedisApi from '@/api/infra/redis'
import { DICT_TYPE } from '@/utils/dict'
import * as echarts from 'echarts'
import { RedisKeyInfo, RedisMonitorInfoVO } from '@/api/infra/redis/types'
import { ElMessage } from 'element-plus'
import {
ElRow,
ElCard,
ElCol,
ElTable,
ElTableColumn,
ElScrollbar,
ElDescriptions,
ElDescriptionsItem,
ElMessage
} from 'element-plus'
const cache = ref<RedisMonitorInfoVO>()
const keyListLoad = ref(true)
const keyList = ref<RedisKeyInfo[]>([])