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" >