Commit 8402d668 by 王刘锁

点位管理设备类型

parent aa2e0e5a
...@@ -112,8 +112,8 @@ export default { ...@@ -112,8 +112,8 @@ export default {
}, },
equipmentOptions: [ equipmentOptions: [
{ label: '全部', value: '-1' }, { label: '全部', value: '-1' },
{ label: '蓝芯', value: '1' }, { label: 'MIR', value: '1' },
{ label: 'MIR', value: '2' }, { label: '蓝芯', value: '2' },
{ label: '其他', value: '3' }, { label: '其他', value: '3' },
], ],
tabsActive: '-1', tabsActive: '-1',
...@@ -262,4 +262,4 @@ export default { ...@@ -262,4 +262,4 @@ export default {
text-align: right; text-align: right;
padding-bottom: 10px; padding-bottom: 10px;
} }
</style> </style>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment