Commit 70795cb9 authored by 赵啸非's avatar 赵啸非

设备列表添加返回按钮

parent a764c98c
......@@ -12,6 +12,7 @@
<el-link style="margin-left: 10px" type="primary" :underline="false"
>地图模式</el-link
>
<el-button style="float:right;margin-right:10px" type="text" icon="el-icon-back" @click="$router.go(-1)" size="small">返回</el-button>
<el-divider></el-divider>
<LayoutTable :data="tableData" :config="tableConfig">
<el-button
......@@ -66,6 +67,9 @@
type="danger"
>未激活:{{ tableData.unActiveCount }}</el-tag
>
</LayoutTable>
<!-- 设备导入对话框 -->
......
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 to comment