123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350 |
- <!-- 算法识别信息 -->
- <template>
- <view class="earlyWarning">
- <scroll-view scroll-y @scrolltolower="scrollGet" class="info-max-box">
- <!-- 预案报警 -->
- <view class="header">多人未穿戴实验服</view>
- <view class="site">
- <view class="site_t">
- <img src="@/images/Version2.2/icon_wtzg_xx.png"/>
- <text>2023-10-1014:00</text>
- </view>
- <view class="site_b">
- <img src="@/images/Version2.2/icon_wtzg_xx.png"/>
- <text>一号实验室</text>
- <text></text>
- <text>一号楼二楼C区C111</text>
- </view>
- </view>
- <view class="note">
- <view class="small_title"><text></text><text>通知短信</text></view>
- <view class="note_li" style="margin-top:20rpx;">
- <text>曹秀康(实验室负责人)</text>
- <view class="note_li_r"><img src="@/images/icon_yjxx_ytz.png"/><text>已通知</text></view>
- </view>
- <view class="note_li">
- <text>李秀丽(安全责任人)</text>
- <view class="note_li_r"><img src="@/images/icon_yjxx_ytz.png"/><text>已通知</text></view>
- </view>
- <view class="note_li">
- <text>周燕(安全责任人)</text>
- <view class="note_li_r"><img src="@/images/icon_yjxx_ytz.png"/><text>已通知</text></view>
- </view>
- </view>
- <view class="note">
- <view class="small_title"><text></text><text>预警通知</text></view>
- <view class="note_li" style="margin-top:20rpx;">
- <text>语音播报</text>
- <view class="note_li_r"><img src="@/images/icon_yjxx_ytz.png"/><text>已通知</text></view>
- </view>
- </view>
- <view class="picture">
- <view class="small_title"><text></text><text>报警抓拍</text></view>
- <view class="picture_b" @click="lockImg(item.uploadDtoList)">
- <img src="@/images/icon_yjxx_ytz.png"/>
- <!-- <img :src="baseUrl+imgItem.fileUrl" v-for="(imgItem,imgIndex) in item.uploadDtoList"/> -->
- </view>
- </view>
- <view class="bottom_btn">查看监控</view>
- </scroll-view>
- </view>
- </template>
- <script>
- import { config } from '@/api/request/config.js'
- import {checkManageList,conditionCollegeInfo} from '@/api/index.js'
- export default {
- name: "rectifyList",
- components: {
-
- },
- data() {
- return {
- //列表请求参数
- getData:{
- pageNum:1,
- pageSize:20,
- },
- total:0,
-
- }
- },
- onLoad(option) {
-
- },
- onShow() {
-
- },
- mounted(){
-
-
- },
- methods: {
-
- //滚动事件
- scrollGet(){
- let self=this;
-
- },
- //查看图片
- lockImg(list){
- console.log(list)
- if(!list[0]){
- return
- }
- let urlList=[];
- for(let i=0;i<list.length;i++){
- urlList.push(this.baseUrl+list[i].fileUrl)
- }
- wx.previewImage({
- urls: urlList, //需要预览的图片http链接列表,多张的时候,url直接写在后面就行了
- current: '', // 当前显示图片的http链接,默认是第一个
- success: function(res) {},
- fail: function(res) {},
- complete: function(res) {},
- })
- },
-
- handleClick(row,doType){
- let self=this;
- if( doType=='detail'){//详情
-
- }
-
- },
-
-
- }
- }
- </script>
- <style lang="stylus" scoped>
- .earlyWarning{
- height:100%;
- display flex;
- padding-bottom: 30rpx;
- box-sizing: border-box;
- .red_color{
- color: #D40000;
- border: 1rpx solid #D40000;
- }
- .orange_color{
- color: #FF4800;
- border: 1rpx solid #FF4800;
- }
- .yellow_color{
- color: #FFA34E;
- border: 1rpx solid #FFA34E;
- }
- .info-max-box{
- flex: 1;
- overflow: scroll;
- }
- .header{
- width: 750rpx;
- height: 80rpx;
- font-size: 28rpx;
- font-family: PingFang SC-Medium, PingFang SC;
- font-weight: 400;
- color: #FFA34E;
- line-height: 80rpx;
- text-align: center;
- background: rgba(255,163,78,0.2);
- }
- .site{
- width: 690rpx;
- height: 170rpx;
- background: #FFFFFF;
- border-radius: 20rpx 20rpx 20rpx 20rpx;
- margin:20rpx 30rpx;
- overflow: hidden;
- .site_t{
- height: 40rpx;
- display: flex;
- justify-content: flex-start;
- align-items: center;
- margin-top: 32rpx;
- >img{
- width: 30rpx;
- height: 30rpx;
- margin-right: 22rpx;
- margin-left: 30rpx;
- }
- >text:nth-of-type(1){
- font-size: 28rpx;
- font-family: PingFang SC-Medium, PingFang SC;
- font-weight: 400;
- color: #333333;
- line-height: 28rpx;
- }
- }
- .site_b{
- height: 40rpx;
- display: flex;
- justify-content: flex-start;
- align-items: center;
- margin-top: 20rpx;
- >img{
- width: 30rpx;
- height: 30rpx;
- margin-right: 22rpx;
- margin-left: 30rpx;
- }
- >text:nth-of-type(1){
- font-size: 28rpx;
- font-family: PingFang SC-Medium, PingFang SC;
- font-weight: 400;
- color: #333333;
- line-height: 28rpx;
- }
- >text:nth-of-type(2){
- display: inline-block;
- width: 2rpx;
- height: 20rpx;
- background: #E0E0E0;
- margin: 0 24rpx 0 28rpx;
- }
- >text:nth-of-type(3){
- font-size: 28rpx;
- font-family: PingFang SC-Medium, PingFang SC;
- font-weight: 400;
- color: #333333;
- line-height: 28rpx;
- }
- }
-
- }
- .small_title{
- height: 90rpx;
- display: flex;
- justify-content: flex-start;
- align-items: center;
- border-bottom: 1rpx solid #E0E0E0;
- >text:nth-of-type(1){
- display: inline-block;
- width: 4rpx;
- height: 30rpx;
- background: #0183FA;
- margin: 0 22rpx 0 28rpx;
- }
- >text:nth-of-type(1){
- font-size: 30rpx;
- font-family: PingFang SC-Medium, PingFang SC;
- font-weight: 400;
- color: #333333;
- line-height: 30rpx;
- }
- }
- .basics{
- margin-left: 30rpx;
- width: 690rpx;
- height: auto;
- background: #FFFFFF;
- border-radius: 20rpx 20rpx 20rpx 20rpx;
- padding-bottom: 16rpx;
- box-sizing: border-box;
- .basics_li{
- display: flex;
- justify-content: space-between;
- margin: 0 30rpx;
- >text:nth-of-type(1){
- font-size: 28rpx;
- font-family: PingFang SC-Medium, PingFang SC;
- font-weight: 400;
- color: #333333;
- line-height: 60rpx;
- }
- >text:nth-of-type(2){
- font-size: 28rpx;
- font-family: PingFang SC-Medium, PingFang SC;
- font-weight: 400;
- color: #333333;
- line-height: 60rpx;
- flex: 1;
- text-align: right;
- }
- }
- }
- .note{
- margin-left: 30rpx;
- margin-top: 20rpx;
- width: 690rpx;
- height: auto;
- background: #FFFFFF;
- border-radius: 20rpx 20rpx 20rpx 20rpx;
- padding-bottom: 16rpx;
- box-sizing: border-box;
- .note_li{
- display: flex;
- justify-content: space-between;
- margin: 0 30rpx;
- >text:nth-of-type(1){
- font-size: 28rpx;
- font-family: PingFang SC-Medium, PingFang SC;
- font-weight: 400;
- color: #333333;
- line-height: 60rpx;
- }
- .note_li_r{
- display: flex;
- justify-content: flex-start;
- align-items: center;
- >img{
- width: 28rpx;
- height: 28rpx;
- margin-right: 10rpx;
- }
- font-size: 28rpx;
- font-family: PingFang SC-Medium, PingFang SC;
- font-weight: 400;
- color: #0183FA;
- line-height: 60rpx;
-
- }
- }
- }
- .picture{
- margin-left: 30rpx;
- width: 690rpx;
- height: auto;
- background: #FFFFFF;
- border-radius: 20rpx 20rpx 20rpx 20rpx;
- margin-top: 20rpx;
- .picture_b{
- display: flex;
- justify-content: flex-start;
- flex-wrap: wrap;
- padding: 40rpx 30rpx 10rpx;
- box-sizing: border-box;
- >img{
- width: 180rpx;
- height: 180rpx;
- border-radius: 10rpx 10rpx 10rpx 10rpx;
- margin-right: 38rpx;
- margin-bottom: 10rpx;
- }
- >img:nth-of-type(3n+3){
- margin-right: 0rpx;
- }
- }
- }
- .bottom_btn{
- width: 690rpx;
- height: 90rpx;
- border-radius: 10rpx 10rpx 10rpx 10rpx;
- opacity: 1;
- border: 1rpx solid #0183FA;
- font-size: 30rpx;
- font-family: PingFang SC-Medium, PingFang SC;
- font-weight: 400;
- color: #0183FA;
- line-height: 90rpx;
- text-align: center;
- background: #F5F5F5;
- margin: 90rpx 30rpx 30rpx;
-
- }
- }
- </style>
|