From 9f1286c8b67ada799bdc457140364222c7eba552 Mon Sep 17 00:00:00 2001 From: Li xia <2309368887@qq.com> Date: Tue, 3 Sep 2024 15:39:02 +0800 Subject: [PATCH] =?UTF-8?q?=E9=98=80=E5=80=BC=E6=A0=B7=E5=BC=8F=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test_client/src/router/index.js | 4 ++-- test_client/src/views/threshold/source.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test_client/src/router/index.js b/test_client/src/router/index.js index 3ef5c25..197e6fc 100644 --- a/test_client/src/router/index.js +++ b/test_client/src/router/index.js @@ -286,13 +286,13 @@ export const asyncRoutes = [ component: Layout, redirect: '/threshold/source', name: 'Threshold', - meta: { title: '阀值管理', icon: 'component'}, + meta: { title: '阈值库', icon: 'component'}, children: [ { path: 'source', name: 'source', component: () => import('@/views/threshold/source.vue'), - meta: { title: '阀值管理', perms: ['threshold_view'] } + meta: { title: '阈值库', perms: ['threshold_view'] } } ] }, diff --git a/test_client/src/views/threshold/source.vue b/test_client/src/views/threshold/source.vue index 7e36a32..d072308 100644 --- a/test_client/src/views/threshold/source.vue +++ b/test_client/src/views/threshold/source.vue @@ -20,7 +20,7 @@ stripe fit highlight-current-row - max-height="600" + max-height="637" @row-click="sourceRowClick" >