设备看板按钮
This commit is contained in:
parent
67df00064f
commit
2594c3bc6b
@ -115,6 +115,16 @@
|
||||
>导出
|
||||
</el-button>
|
||||
</el-col>
|
||||
<el-col :span="1.5">
|
||||
<el-button
|
||||
type="info"
|
||||
plain
|
||||
icon="el-icon-s-platform"
|
||||
size="mini"
|
||||
@click="goNoticeBoard"
|
||||
>设备看板
|
||||
</el-button>
|
||||
</el-col>
|
||||
<right-toolbar
|
||||
:showSearch.sync="showSearch"
|
||||
@queryTable="getList"
|
||||
@ -292,6 +302,9 @@ export default {
|
||||
});
|
||||
},
|
||||
methods: {
|
||||
goNoticeBoard(){
|
||||
this.$router.push({ path: "/equip/equipdashboard"});
|
||||
},
|
||||
handleDetails(equipId) {
|
||||
this.$router.push({
|
||||
path: "/equip/equipdetails",
|
||||
|
Loading…
Reference in New Issue
Block a user