修改劳务人员显示
This commit is contained in:
parent
c03299bea8
commit
90d04de063
@ -31,14 +31,14 @@
|
||||
{{statictisData.presencePerson.glPersonTotal}}
|
||||
</view>
|
||||
</view>
|
||||
|
||||
</view>
|
||||
</view>
|
||||
<view class="item item2">
|
||||
<view class="itemInner">
|
||||
<view class="">
|
||||
<view class="txt">
|
||||
劳务人员出勤
|
||||
<text v-if="tabIndex === 0">劳务人员出勤</text>
|
||||
<text v-if="tabIndex === 1">管理人员出勤</text>
|
||||
</view>
|
||||
<view class="num">
|
||||
{{tabIndex==0?statictisData.attendancePerson.lwPersonTotal:statictisData.attendancePerson.glPersonTotal}}
|
||||
@ -49,7 +49,8 @@
|
||||
<view class="itemInner">
|
||||
<view class="">
|
||||
<view class="txt">
|
||||
劳务人员总数
|
||||
<text v-if="tabIndex === 0">劳务人员总数</text>
|
||||
<text v-if="tabIndex === 1">管理人员总数</text>
|
||||
</view>
|
||||
<view class="num">
|
||||
{{tabIndex==0?statictisData.toaltPerson.lwPersonTotal:statictisData.toaltPerson.glPersonTotal}}
|
||||
@ -62,7 +63,9 @@
|
||||
<view class="itemInner">
|
||||
<view class="">
|
||||
<view class="txt">
|
||||
劳务昨日出勤率
|
||||
<text v-if="tabIndex === 0">劳务昨日出勤率</text>
|
||||
<text v-if="tabIndex === 1">管理人员昨日出勤率</text>
|
||||
|
||||
</view>
|
||||
<view class="" v-if="statictisData.yesterdayAttendancePerson.totalPerson != 0">
|
||||
<view class="num" v-show="tabIndex==0">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user