|
@@ -11,11 +11,11 @@
|
|
|
<u-input style="border-radius: 50px" v-model="dataInput" @blur="blur" prefixIcon="search" prefixIconStyle="color: #0c7bf9" placeholder="请输入设备编号"> </u-input>
|
|
|
</view>
|
|
|
|
|
|
- <view style="text-align: center; padding: 10px; color: rgb(189, 189, 189); font-size: 14px" v-if="!dataRes">暂无数据</view>
|
|
|
+ <u-empty v-if="!dataRes" text="暂无数据" mode="data" icon="http://cdn.uviewui.com/uview/empty/data.png"> </u-empty>
|
|
|
|
|
|
<u-collapse @change="change" @close="close" @open="open" accordion v-else>
|
|
|
<u-collapse-item class="uCollapseItem" v-for="da in dataList" :key="da">
|
|
|
- <template v-slot:title>
|
|
|
+ <template #title>
|
|
|
<view style="display: flex">
|
|
|
<view class="cu-avatar lg" style="margin: 0 10px auto 0; background-color: rgba(0, 0, 0, 0)">
|
|
|
<image class="image-bg" style="width: 80rpx; height: 80rpx" src="@/static/images/deviceManage/1.png"></image>
|