校园报告出入校报告文案修改

parent 78d986dc
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
</view> </view>
<view v-if="isAttendanceOpen" class="school-report-context-tab-item-one" <view v-if="isAttendanceOpen" class="school-report-context-tab-item-one"
:class="tabIndex==2?'active':''" @tap="tabTap(2)"> :class="tabIndex==2?'active':''" @tap="tabTap(2)">
<text>门禁报告</text> <text>出入校报告</text>
</view> </view>
<view v-if="isPubTalkOpen" class="school-report-context-tab-item-one" <view v-if="isPubTalkOpen" class="school-report-context-tab-item-one"
:class="tabIndex==3?'active':''" @tap="tabTap(3)"> :class="tabIndex==3?'active':''" @tap="tabTap(3)">
...@@ -121,7 +121,7 @@ ...@@ -121,7 +121,7 @@
</view> </view>
</view> </view>
</view> </view>
<!-- 门禁报告 --> <!-- 出入校报告 -->
<view v-show="tabIndex==2" class="attendance-report-context-card-one-context"> <view v-show="tabIndex==2" class="attendance-report-context-card-one-context">
<view class="attendance-report-context-card-one-context-item"> <view class="attendance-report-context-card-one-context-item">
<text v-if="attendanceReport.abnormalNum&&attendanceReport.abnormalNum!=-1"><text <text v-if="attendanceReport.abnormalNum&&attendanceReport.abnormalNum!=-1"><text
...@@ -348,7 +348,7 @@ ...@@ -348,7 +348,7 @@
</view> </view>
</view> </view>
</view> </view>
<!-- 门禁报告 --> <!-- 出入校报告 -->
<view v-show="tabIndex==2" class="attendance-report-context-card-two"> <view v-show="tabIndex==2" class="attendance-report-context-card-two">
<view class="school-report-context-card-title"> <view class="school-report-context-card-title">
<view class="school-report-context-card-title-img"> <view class="school-report-context-card-title-img">
...@@ -558,7 +558,7 @@ ...@@ -558,7 +558,7 @@
:style="{height:[915,845,891][tabIndex-1]+'rpx',top:[1425,1099,1260][tabIndex-1]+'rpx'}"> :style="{height:[915,845,891][tabIndex-1]+'rpx',top:[1425,1099,1260][tabIndex-1]+'rpx'}">
<view class="no-open-solution" @tap="equityPay"> <view class="no-open-solution" @tap="equityPay">
<view class="no-open-solution-txt"> <view class="no-open-solution-txt">
<text>最低{{memberInfo.leastAmount||''}}元/天开通,查看完整{{['消费','门禁','公话'][tabIndex-1]}}报告</text> <text>最低{{memberInfo.leastAmount||''}}元/天开通,查看完整{{['消费','出入校','公话'][tabIndex-1]}}报告</text>
</view> </view>
<view class="no-open-solution-item"> <view class="no-open-solution-item">
</view> </view>
...@@ -577,7 +577,7 @@ ...@@ -577,7 +577,7 @@
<text>+</text> <text>+</text>
</view> </view>
<view class="summary-item"> <view class="summary-item">
<text>{{['消费总结','月度门禁报告','月度公话报告'][tabIndex-1]}}</text> <text>{{['消费总结','月度出入校报告','月度公话报告'][tabIndex-1]}}</text>
</view> </view>
</view> </view>
<view class="open-results-items-details"> <view class="open-results-items-details">
...@@ -622,7 +622,7 @@ ...@@ -622,7 +622,7 @@
</view> </view>
</view> </view>
</view> </view>
<!-- 门禁报告 --> <!-- 出入校报告 -->
<view v-else-if="tabIndex==2"> <view v-else-if="tabIndex==2">
<view class="open-results-items-details-item"> <view class="open-results-items-details-item">
<view class="admission-notice-img"> <view class="admission-notice-img">
...@@ -789,7 +789,7 @@ ...@@ -789,7 +789,7 @@
consumerTrend: {}, consumerTrend: {},
isAbnormal: false, isAbnormal: false,
lineDatas: [], lineDatas: [],
// 门禁报告数据 // 出入校报告数据
attendanceSituations: { attendanceSituations: {
attendanceDate: '', attendanceDate: '',
abnomalDateList: [], abnomalDateList: [],
...@@ -805,7 +805,7 @@ ...@@ -805,7 +805,7 @@
// 亲子留言 // 亲子留言
leaveMessageInfoList: [] leaveMessageInfoList: []
}, },
// 门禁报告数据 // 出入校报告数据
attendanceReport: { attendanceReport: {
abnormalNum: 0, abnormalNum: 0,
abnomalDateList: [], abnomalDateList: [],
...@@ -814,7 +814,7 @@ ...@@ -814,7 +814,7 @@
// 会员信息 // 会员信息
// 消费 // 消费
isOpen: false, isOpen: false,
// 门禁 // 出入校
isAttendanceOpen: false, isAttendanceOpen: false,
// 公话 // 公话
isPubTalkOpen: false, isPubTalkOpen: false,
...@@ -1179,7 +1179,7 @@ ...@@ -1179,7 +1179,7 @@
} }
}) })
} }
} else if (this.tabIndex == 2) { // 门禁报告 } else if (this.tabIndex == 2) { // 出入校报告
if (this.attendanceReport.abnomalDateList && this.attendanceReport.abnomalDateList.length) { if (this.attendanceReport.abnomalDateList && this.attendanceReport.abnomalDateList.length) {
const abnomalList = this.attendanceReport.abnomalDateList.filter(e => e.abnomalType == 2 || e const abnomalList = this.attendanceReport.abnomalDateList.filter(e => e.abnomalType == 2 || e
.abnomalType == 3 || e.abnomalType == 5); .abnomalType == 3 || e.abnomalType == 5);
...@@ -1894,7 +1894,7 @@ color: #FF8646;padding:13rpx 12rpx 30rpx 17rpx;`, ...@@ -1894,7 +1894,7 @@ color: #FF8646;padding:13rpx 12rpx 30rpx 17rpx;`,
}) })
} }
}, },
// 门禁报告 // 出入校报告
// 统计异常天数 // 统计异常天数
async statisAttendanceAbnormal() { async statisAttendanceAbnormal() {
try { try {
...@@ -3433,7 +3433,7 @@ color: #FF8646;padding:13rpx 12rpx 30rpx 17rpx;`, ...@@ -3433,7 +3433,7 @@ color: #FF8646;padding:13rpx 12rpx 30rpx 17rpx;`,
} }
} }
// 门禁报告 // 出入校报告
} }
.no-open { .no-open {
...@@ -3582,7 +3582,7 @@ color: #FF8646;padding:13rpx 12rpx 30rpx 17rpx;`, ...@@ -3582,7 +3582,7 @@ color: #FF8646;padding:13rpx 12rpx 30rpx 17rpx;`,
margin-right: 25rpx; margin-right: 25rpx;
} }
// 门禁报告 // 出入校报告
.admission-notice-img { .admission-notice-img {
width: 30rpx; width: 30rpx;
height: 27rpx; height: 27rpx;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment