|
@@ -19,6 +19,7 @@
|
|
</li>
|
|
</li>
|
|
</ul>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|
|
+ <NullList :remark="'暂无设备,来关联一下吧'" v-if="!watchList.length"></NullList>
|
|
<div class="fyy-footer">
|
|
<div class="fyy-footer">
|
|
<div class="bindfyy-btn" @click="addDevice"><button type="submit" class="mui-btn mui-btn-pink ">关联新设备</button></div>
|
|
<div class="bindfyy-btn" @click="addDevice"><button type="submit" class="mui-btn mui-btn-pink ">关联新设备</button></div>
|
|
</div>
|
|
</div>
|
|
@@ -31,6 +32,7 @@
|
|
import Loading from '$project/components/Loading.vue'
|
|
import Loading from '$project/components/Loading.vue'
|
|
import TopHeader from '$project/components/TopHeader.vue'
|
|
import TopHeader from '$project/components/TopHeader.vue'
|
|
import NavMenu from '@/components/NavMenu.vue'
|
|
import NavMenu from '@/components/NavMenu.vue'
|
|
|
|
+ import NullList from '$project/components/NullList.vue'
|
|
import {
|
|
import {
|
|
mapGetters,
|
|
mapGetters,
|
|
mapMutations
|
|
mapMutations
|
|
@@ -41,7 +43,7 @@
|
|
Common,
|
|
Common,
|
|
Loading,
|
|
Loading,
|
|
TopHeader,
|
|
TopHeader,
|
|
- NavMenu
|
|
|
|
|
|
+ NavMenu,NullList
|
|
},
|
|
},
|
|
data() {
|
|
data() {
|
|
return {
|
|
return {
|