refactor(frontend): 优化ops错误详情模态框代码格式和功能
- 重构OpsErrorDetailModal.vue代码格式,提升可读性 - 添加上游错误tab显示功能 - 完善i18n翻译(upstream_http) - 优化其他ops组件代码格式
This commit is contained in:
@@ -12,7 +12,7 @@ import { formatDateTime } from '../utils/opsFormatters'
|
||||
const { t } = useI18n()
|
||||
const appStore = useAppStore()
|
||||
|
||||
const PAGE_SIZE = 20
|
||||
const PAGE_SIZE = 10
|
||||
|
||||
const loading = ref(false)
|
||||
const loadingMore = ref(false)
|
||||
|
||||
Reference in New Issue
Block a user