--告警界面的xy轴
This commit is contained in:
@@ -123,7 +123,7 @@ export default {
|
||||
|
||||
// 静态路由
|
||||
router: {
|
||||
index: "Home",
|
||||
index: "主页",
|
||||
account: {
|
||||
index: "个人中心",
|
||||
profile: "个人信息",
|
||||
|
||||
@@ -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'">
|
||||
|
||||
@@ -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'">
|
||||
|
||||
Reference in New Issue
Block a user