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