--告警界面的xy轴
This commit is contained in:
@@ -123,7 +123,7 @@ export default {
|
|||||||
|
|
||||||
// 静态路由
|
// 静态路由
|
||||||
router: {
|
router: {
|
||||||
index: "Home",
|
index: "主页",
|
||||||
account: {
|
account: {
|
||||||
index: "个人中心",
|
index: "个人中心",
|
||||||
profile: "个人信息",
|
profile: "个人信息",
|
||||||
|
|||||||
@@ -1030,7 +1030,7 @@ onMounted(() => {
|
|||||||
onChange: onSelectChange,
|
onChange: onSelectChange,
|
||||||
}"
|
}"
|
||||||
:pagination="tablePagination"
|
:pagination="tablePagination"
|
||||||
:scroll="{ x: 2000, y: 400 }"
|
:scroll="{ x: true }"
|
||||||
>
|
>
|
||||||
<template #bodyCell="{ column, record }">
|
<template #bodyCell="{ column, record }">
|
||||||
<template v-if="column.key === 'origSeverity'">
|
<template v-if="column.key === 'origSeverity'">
|
||||||
|
|||||||
@@ -783,7 +783,7 @@ onMounted(() => {
|
|||||||
onChange: onSelectChange,
|
onChange: onSelectChange,
|
||||||
}"
|
}"
|
||||||
:pagination="tablePagination"
|
:pagination="tablePagination"
|
||||||
:scroll="{ x: 2000, y: 400 }"
|
:scroll="{ x: true }"
|
||||||
>
|
>
|
||||||
<template #bodyCell="{ column, record }">
|
<template #bodyCell="{ column, record }">
|
||||||
<template v-if="column.key === 'origSeverity'">
|
<template v-if="column.key === 'origSeverity'">
|
||||||
|
|||||||
Reference in New Issue
Block a user