阀值样式调整
This commit is contained in:
parent
c1763cc2f5
commit
9f1286c8b6
|
@ -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'] }
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
stripe
|
||||
fit
|
||||
highlight-current-row
|
||||
max-height="600"
|
||||
max-height="637"
|
||||
@row-click="sourceRowClick"
|
||||
>
|
||||
<el-table-column type="index" width="50" />
|
||||
|
|
Loading…
Reference in New Issue