阀值样式调整

This commit is contained in:
Li xia 2024-09-03 15:39:02 +08:00
parent c1763cc2f5
commit 9f1286c8b6
2 changed files with 3 additions and 3 deletions

View File

@ -286,13 +286,13 @@ export const asyncRoutes = [
component: Layout, component: Layout,
redirect: '/threshold/source', redirect: '/threshold/source',
name: 'Threshold', name: 'Threshold',
meta: { title: '阀值管理', icon: 'component'}, meta: { title: '阈值库', icon: 'component'},
children: [ children: [
{ {
path: 'source', path: 'source',
name: 'source', name: 'source',
component: () => import('@/views/threshold/source.vue'), component: () => import('@/views/threshold/source.vue'),
meta: { title: '阀值管理', perms: ['threshold_view'] } meta: { title: '阈值库', perms: ['threshold_view'] }
} }
] ]
}, },

View File

@ -20,7 +20,7 @@
stripe stripe
fit fit
highlight-current-row highlight-current-row
max-height="600" max-height="637"
@row-click="sourceRowClick" @row-click="sourceRowClick"
> >
<el-table-column type="index" width="50" /> <el-table-column type="index" width="50" />