| | |
| | | <view class="statusBar" :style="{ paddingTop: statusBarHeight + 'px' }"></view> |
| | | <!-- 真正的导航栏内容 --> |
| | | <view class="navBar"> |
| | | <u-icon style=" margin-left: -25px;" name="arrow-left" color="black" size="17" @click="goBack" /> |
| | | <u-icon style=" margin-left: -25px;" name="arrow-left" color="black" size="17" @click="goBack" v-if="role!='工作人员'" /> |
| | | <view class="barText">信息查看</view> |
| | | </view> |
| | | </view> |
| | |
| | | <u-button |
| | | size="mini" |
| | | style="background-color:rgb(17, 204, 33);color: white;width: 100px;margin: 0;font-size: 13px" |
| | | @click="toResponsivity(item)" |
| | | @click.native.stop="toResponsivity(item)" |
| | | > |
| | | 查看叫应率 |
| | | 叫应率 {{item.responsesRate}} |
| | | </u-button> |
| | | |
| | | </view> |
| | |
| | | selectedSaleAnalysis: 'all', |
| | | InfoList: [], |
| | | unitType: null, |
| | | role:'', |
| | | } |
| | | }, |
| | | onLoad() { |
| | |
| | | uni.hideTabBar(); |
| | | }, |
| | | onShow() { |
| | | this.role = uni.getStorageSync('roleName'); |
| | | this.data.pageIndex = 1 |
| | | this.getInfoList(); |
| | | }, |
| | |
| | | uni.navigateTo({ |
| | | url: `/pages/tabBar/responsivity/countyResponsivity?data=` + encodeURIComponent(JSON.stringify(res.data)) |
| | | }) |
| | | }else{ |
| | | uni.$u.toast(res.msg) |
| | | } |
| | | }) |
| | | }, |
| | |
| | | flex-direction: column; |
| | | width: calc(100% - 24px); |
| | | margin: 0 12px; |
| | | margin-bottom: 30px; |
| | | background: #fff; |
| | | border-radius: 5px; |
| | | box-shadow: 0 3px 12px rgba(0,0,0,0.05); |