update
This commit is contained in:
parent
f8b01a6075
commit
da382c8991
File diff suppressed because it is too large
Load Diff
@ -177,7 +177,7 @@
|
||||
<image class="message"/>
|
||||
</view>
|
||||
|
||||
<view class="itemTopRight" @click="handleGoDetail(item)">
|
||||
<view class="itemTopRight" @click.stop="handleGoDetail(item)">
|
||||
<view class="warningNotice" v-if="item.showWarning">
|
||||
<image class="notice" src="https://eshangtech.com/ShopICO/ahyd-BID/warning/warningIcon.png"/>
|
||||
<!-- <text class="shopNumber">{{ `${item.ShopINCList.length}个门店` }}</text>-->
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<view class="projectWarningBox">
|
||||
<view class="earlyTop" :style="{height: `calc(${menu.bottom}px + 775rpx)`}">
|
||||
<view class="earlyTop" :style="{height: `calc(${menu.bottom}px + 910rpx)`}">
|
||||
<view class="earlyTopBg"></view>
|
||||
<view class="headerBox" :style="{paddingTop: menu.top + 'px',height:menu.bottom + 4 +'px'}">
|
||||
<view :style="{height:menu.height +'px',display: 'flex',alignItems: 'center',paddingLeft:'32rpx'}">
|
||||
@ -29,7 +29,6 @@
|
||||
<text class="title">经营项目预警</text>
|
||||
</view>
|
||||
<view class="errorContent" >
|
||||
|
||||
<view v-for="(item,index) in topTabList" :key="index" :class="selectTab===index+1?'errorItem selectErrorItem':'errorItem'" @click="handleChangeTab(index+1)">
|
||||
<view class="itemLeft">
|
||||
<image class="itemLogo" :src="'https://eshangtech.com/ShopICO/ahyd-BID/warning/error' + (index+1) + 'st.png'"/>
|
||||
@ -40,6 +39,17 @@
|
||||
</view>
|
||||
</view>
|
||||
|
||||
|
||||
<view class="messageBox">
|
||||
<view style="display: flex;align-items: center">
|
||||
<image class="messageIcon" src="https://eshangtech.com/ShopICO/ahyd-BID/warning/error6st.png"/>
|
||||
<text class="messageType">{{ warningNameObj[selectTab] }}</text>
|
||||
</view>
|
||||
<view style="margin-top: 16rpx">
|
||||
<text class="messageDesc">{{ warningDescObj[selectTab] }}</text>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<!-- <view :class="selectTab===1?'errorItem selectErrorItem':'errorItem'" @click="handleChangeTab(1)">-->
|
||||
<!-- <view class="itemLeft">-->
|
||||
<!-- <image class="itemLogo" src="https://eshangtech.com/ShopICO/ahyd-BID/warning/error1st.png"/>-->
|
||||
@ -140,15 +150,7 @@
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view class="messageBox">
|
||||
<view style="display: flex;align-items: center">
|
||||
<image class="messageIcon" src="https://eshangtech.com/ShopICO/ahyd-BID/warning/error6st.png"/>
|
||||
<text class="messageType">{{ warningNameObj[selectTab] }}</text>
|
||||
</view>
|
||||
<view style="margin-top: 16rpx">
|
||||
<text class="messageDesc">{{ warningDescObj[selectTab] }}</text>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
|
||||
<view class="selectBox" v-if="false">
|
||||
<scroll-view scroll-x="true" class="scrollBox">
|
||||
@ -283,7 +285,7 @@
|
||||
<view class="filterBox">
|
||||
<view class="filterTitle">统计时间</view>
|
||||
<view class="filterTimeBox">
|
||||
<picker class="timeSelect" mode="date" fields="month" :value="$moment(startDate).format('YYYY-MM')" :end="end" @change="handleGetStartTime">{{startDate}}</picker>
|
||||
<picker class="timeSelect" mode="date" fields="month" :value="$moment(startDate).format('YYYY-MM')" :start="'2024-01-01'" :end="end" @change="handleGetStartTime">{{startDate}}</picker>
|
||||
<span class="timeSelect" style="margin: 0 4rpx">-</span>
|
||||
<picker class="timeSelect" mode="date" fields="month" :value="$moment(endDate).format('YYYY-MM')" :start="start" :end="end" @change="handleGetEndTime">{{endDate}}</picker>
|
||||
</view>
|
||||
@ -666,7 +668,7 @@ export default {
|
||||
border-bottom-right-radius: 16rpx;
|
||||
border-bottom-left-radius: 16rpx;
|
||||
box-sizing: border-box;
|
||||
padding: 32rpx 32rpx 0;
|
||||
padding: 32rpx 32rpx 16rpx;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
flex-wrap: wrap;
|
||||
@ -719,6 +721,38 @@ export default {
|
||||
.selectErrorItem{
|
||||
background: #D9E9FF;
|
||||
}
|
||||
.messageBox{
|
||||
margin-top: 16rpx;
|
||||
.messageIcon{
|
||||
width: 48rpx;
|
||||
height: 48rpx;
|
||||
margin-right: 8rpx;
|
||||
}
|
||||
.messageType{
|
||||
font-family: PingFangSC, PingFang SC;
|
||||
font-weight: 400;
|
||||
font-size: 28rpx;
|
||||
color: #1979FE;
|
||||
line-height: 36rpx;
|
||||
text-align: left;
|
||||
font-style: normal;
|
||||
padding: 4rpx 12rpx;
|
||||
background: #E3EFFF;
|
||||
border-radius: 4rpx;
|
||||
margin-right: 16rpx;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.messageDesc{
|
||||
font-family: PingFangSC, PingFang SC;
|
||||
font-weight: 400;
|
||||
font-size: 28rpx;
|
||||
color: #F07604;
|
||||
line-height: 36rpx;
|
||||
text-align: left;
|
||||
font-style: normal;
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user