测试bug反馈修复
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
<template>
|
||||
<view class="content">
|
||||
<uni-list :border="false">
|
||||
<uni-list-item :show-badge="true" badgeType="error" isDot badge-text="未读" title="终端异常共4台"
|
||||
<uni-list-item :show-badge="true" badgeType="error" isDot badge-text="未读" title="设备异常共4台"
|
||||
note="2023-02-27 15:13:29" clickable @click="jump" />
|
||||
<uni-list-item badgeType="error" isDot badge-text="未读" title="终端异常共1台" note="2023-02-14 15:10:29" clickable
|
||||
<uni-list-item badgeType="error" isDot badge-text="未读" title="设备异常共1台" note="2023-02-14 15:10:29" clickable
|
||||
@click="jump" />
|
||||
<uni-list-item badgeType="error" isDot badge-text="未读" title="终端异常共4台" note="2023-02-10 15:10:29" clickable
|
||||
<uni-list-item badgeType="error" isDot badge-text="未读" title="设备异常共4台" note="2023-02-10 15:10:29" clickable
|
||||
@click="jump" />
|
||||
</uni-list>
|
||||
<uni-load-more status="nomore"></uni-load-more>
|
||||
|
||||
@@ -7,21 +7,21 @@
|
||||
<view>2023-02-14</view>
|
||||
</view>
|
||||
<view class="detail-content ">
|
||||
<view class="detail-content-title mb20">终端基础信息</view>
|
||||
<view class="detail-content-title mb20">设备基础信息</view>
|
||||
<view class="mb10">灿能园区,NPQS_681</view>
|
||||
<view>网络参数:00-B7-8D-A8-00-D3</view>
|
||||
</view>
|
||||
<view class="detail-content ">
|
||||
<view class="detail-content-title mb20">终端通讯信息</view>
|
||||
<view class="mb10">NPQS_681通讯终端1次,具体如下所示</view>
|
||||
<view class="detail-content-title mb20">设备通讯信息</view>
|
||||
<view class="mb10">NPQS_681通讯设备1次,具体如下所示</view>
|
||||
<view>2023-02-14 10:59:10至2023-02-14 10:59:57</view>
|
||||
</view>
|
||||
<view class="detail-content ">
|
||||
<view class="detail-content-title mb20">终端告警信息</view>
|
||||
<view class="detail-content-title mb20">设备告警信息</view>
|
||||
<view class="mb10">暂无告警信息</view>
|
||||
</view>
|
||||
<view class="detail-content ">
|
||||
<view class="detail-content-title mb20">终端流量信息</view>
|
||||
<view class="detail-content-title mb20">设备流量信息</view>
|
||||
<view class="mb10">NPQS_681的流量于2023-02-14 23:59:59占总流量的0.0%</view>
|
||||
</view>
|
||||
|
||||
|
||||
@@ -1,66 +1,66 @@
|
||||
<template>
|
||||
<view class="content">
|
||||
|
||||
<uni-card title="灿能园区,NPQS_682发生终端状态异常一次" sub-title="2023-02-27 15:13:29" @click="jump">
|
||||
<uni-card title="灿能园区,NPQS_682发生设备状态异常一次" sub-title="2023-02-27 15:13:29" @click="jump">
|
||||
<view class="term-list-bottom">
|
||||
<view class="term-list-bottom-item">
|
||||
<view>终端告警</view>
|
||||
<view>设备告警</view>
|
||||
<view>0次</view>
|
||||
</view>
|
||||
<view class="term-list-bottom-item">
|
||||
<view>通讯终端</view>
|
||||
<view>通讯设备</view>
|
||||
<view>1次</view>
|
||||
</view>
|
||||
<view class="term-list-bottom-item">
|
||||
<view>终端流量</view>
|
||||
<view>设备流量</view>
|
||||
<view>0次</view>
|
||||
</view>
|
||||
</view>
|
||||
</uni-card>
|
||||
<uni-card title="灿能园区,NPQS_681发生终端状态异常一次" sub-title="2023-02-27 13:13:29" @click="jump">
|
||||
<uni-card title="灿能园区,NPQS_681发生设备状态异常一次" sub-title="2023-02-27 13:13:29" @click="jump">
|
||||
<view class="term-list-bottom">
|
||||
<view class="term-list-bottom-item">
|
||||
<view>终端告警</view>
|
||||
<view>设备告警</view>
|
||||
<view>0次</view>
|
||||
</view>
|
||||
<view class="term-list-bottom-item">
|
||||
<view>通讯终端</view>
|
||||
<view>通讯设备</view>
|
||||
<view>1次</view>
|
||||
</view>
|
||||
<view class="term-list-bottom-item">
|
||||
<view>终端流量</view>
|
||||
<view>设备流量</view>
|
||||
<view>0次</view>
|
||||
</view>
|
||||
</view>
|
||||
</uni-card>
|
||||
<uni-card title="灿能园区,NPQS_682发生终端状态异常一次" sub-title="2023-02-27 11:13:29" @click="jump">
|
||||
<uni-card title="灿能园区,NPQS_682发生设备状态异常一次" sub-title="2023-02-27 11:13:29" @click="jump">
|
||||
<view class="term-list-bottom">
|
||||
<view class="term-list-bottom-item">
|
||||
<view>终端告警</view>
|
||||
<view>设备告警</view>
|
||||
<view>0次</view>
|
||||
</view>
|
||||
<view class="term-list-bottom-item">
|
||||
<view>通讯终端</view>
|
||||
<view>通讯设备</view>
|
||||
<view>1次</view>
|
||||
</view>
|
||||
<view class="term-list-bottom-item">
|
||||
<view>终端流量</view>
|
||||
<view>设备流量</view>
|
||||
<view>0次</view>
|
||||
</view>
|
||||
</view>
|
||||
</uni-card>
|
||||
<uni-card title="灿能园区,NPQS_682发生终端状态异常一次" sub-title="2023-02-27 09:13:29" @click="jump">
|
||||
<uni-card title="灿能园区,NPQS_682发生设备状态异常一次" sub-title="2023-02-27 09:13:29" @click="jump">
|
||||
<view class="term-list-bottom">
|
||||
<view class="term-list-bottom-item">
|
||||
<view>终端告警</view>
|
||||
<view>设备告警</view>
|
||||
<view>0次</view>
|
||||
</view>
|
||||
<view class="term-list-bottom-item">
|
||||
<view>通讯终端</view>
|
||||
<view>通讯设备</view>
|
||||
<view>1次</view>
|
||||
</view>
|
||||
<view class="term-list-bottom-item">
|
||||
<view>终端流量</view>
|
||||
<view>设备流量</view>
|
||||
<view>0次</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user