阀值样式调整
This commit is contained in:
parent
c1763cc2f5
commit
9f1286c8b6
|
@ -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'] }
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
|
@ -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" />
|
||||||
|
|
Loading…
Reference in New Issue