页面切图
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<view class="title">基本信息</view>
|
||||
<view class="des">
|
||||
<text>名称:监测网关</text>
|
||||
<text class="ml20">项目:监测</text>
|
||||
<text class="ml20">项目:XXX项目1</text>
|
||||
</view>
|
||||
<view class="des">
|
||||
<text>设备型号:PQS-882</text>
|
||||
@@ -17,10 +17,9 @@
|
||||
<view class="title mb20 m340">设备列表
|
||||
<view class="footer-btn" @click="newDevice">注册设备</view>
|
||||
</view>
|
||||
<uni-card :title="item.name" :sub-title="item.project" :extra="item.type"
|
||||
v-for="(item, index) in deviceList" :key="index" style="margin-top:4rpx" @click="goDevice(item)"
|
||||
thumbnail="/static/device.png" padding="0">
|
||||
</uni-card>
|
||||
<uni-card :title="'设备' + item" :sub-title="'XXX项目1'" extra="用能" v-for="item in 2" :key="item"
|
||||
@click="goDevice" padding="0" thumbnail="/static/device.png">
|
||||
</uni-card>
|
||||
<uni-load-more status="nomore"></uni-load-more>
|
||||
<view style="height:20rpx"></view>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user