--告警界面的xy轴

This commit is contained in:
lai
2023-11-13 11:41:00 +08:00
parent fc7b4e7223
commit 0aca52e556
3 changed files with 3 additions and 3 deletions

View File

@@ -123,7 +123,7 @@ export default {
// 静态路由
router: {
index: "Home",
index: "主页",
account: {
index: "个人中心",
profile: "个人信息",

View File

@@ -1030,7 +1030,7 @@ onMounted(() => {
onChange: onSelectChange,
}"
:pagination="tablePagination"
:scroll="{ x: 2000, y: 400 }"
:scroll="{ x: true }"
>
<template #bodyCell="{ column, record }">
<template v-if="column.key === 'origSeverity'">

View File

@@ -783,7 +783,7 @@ onMounted(() => {
onChange: onSelectChange,
}"
:pagination="tablePagination"
:scroll="{ x: 2000, y: 400 }"
:scroll="{ x: true }"
>
<template #bodyCell="{ column, record }">
<template v-if="column.key === 'origSeverity'">