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

parent 78d986dc
......@@ -47,7 +47,7 @@
</view>
<view v-if="isAttendanceOpen" class="school-report-context-tab-item-one"
:class="tabIndex==2?'active':''" @tap="tabTap(2)">
<text>门禁报告</text>
<text>出入校报告</text>
</view>
<view v-if="isPubTalkOpen" class="school-report-context-tab-item-one"
:class="tabIndex==3?'active':''" @tap="tabTap(3)">
......@@ -121,7 +121,7 @@
</view>
</view>
</view>
<!-- 门禁报告 -->
<!-- 出入校报告 -->
<view v-show="tabIndex==2" class="attendance-report-context-card-one-context">
<view class="attendance-report-context-card-one-context-item">
<text v-if="attendanceReport.abnormalNum&&attendanceReport.abnormalNum!=-1"><text
......@@ -348,7 +348,7 @@
</view>
</view>
</view>
<!-- 门禁报告 -->
<!-- 出入校报告 -->
<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-img">
......@@ -558,7 +558,7 @@
: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-txt">
<text>最低{{memberInfo.leastAmount||''}}元/天开通,查看完整{{['消费','门禁','公话'][tabIndex-1]}}报告</text>
<text>最低{{memberInfo.leastAmount||''}}元/天开通,查看完整{{['消费','出入校','公话'][tabIndex-1]}}报告</text>
</view>
<view class="no-open-solution-item">
</view>
......@@ -577,7 +577,7 @@
<text>+</text>
</view>
<view class="summary-item">
<text>{{['消费总结','月度门禁报告','月度公话报告'][tabIndex-1]}}</text>
<text>{{['消费总结','月度出入校报告','月度公话报告'][tabIndex-1]}}</text>
</view>
</view>
<view class="open-results-items-details">
......@@ -622,7 +622,7 @@
</view>
</view>
</view>
<!-- 门禁报告 -->
<!-- 出入校报告 -->
<view v-else-if="tabIndex==2">
<view class="open-results-items-details-item">
<view class="admission-notice-img">
......@@ -789,7 +789,7 @@
consumerTrend: {},
isAbnormal: false,
lineDatas: [],
// 门禁报告数据
// 出入校报告数据
attendanceSituations: {
attendanceDate: '',
abnomalDateList: [],
......@@ -805,7 +805,7 @@
// 亲子留言
leaveMessageInfoList: []
},
// 门禁报告数据
// 出入校报告数据
attendanceReport: {
abnormalNum: 0,
abnomalDateList: [],
......@@ -814,7 +814,7 @@
// 会员信息
// 消费
isOpen: false,
// 门禁
// 出入校
isAttendanceOpen: false,
// 公话
isPubTalkOpen: false,
......@@ -1179,7 +1179,7 @@
}
})
}
} else if (this.tabIndex == 2) { // 门禁报告
} else if (this.tabIndex == 2) { // 出入校报告
if (this.attendanceReport.abnomalDateList && this.attendanceReport.abnomalDateList.length) {
const abnomalList = this.attendanceReport.abnomalDateList.filter(e => e.abnomalType == 2 || e
.abnomalType == 3 || e.abnomalType == 5);
......@@ -1894,7 +1894,7 @@ color: #FF8646;padding:13rpx 12rpx 30rpx 17rpx;`,
})
}
},
// 门禁报告
// 出入校报告
// 统计异常天数
async statisAttendanceAbnormal() {
try {
......@@ -3433,7 +3433,7 @@ color: #FF8646;padding:13rpx 12rpx 30rpx 17rpx;`,
}
}
// 门禁报告
// 出入校报告
}
.no-open {
......@@ -3582,7 +3582,7 @@ color: #FF8646;padding:13rpx 12rpx 30rpx 17rpx;`,
margin-right: 25rpx;
}
// 门禁报告
// 出入校报告
.admission-notice-img {
width: 30rpx;
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