|
|
@@ -71,6 +71,10 @@
|
|
|
<text class="row-label">请假天数</text>
|
|
|
<text class="row-value">{{ formatNumber(detail.personal_leave_days) }}</text>
|
|
|
</view>
|
|
|
+ <view class="card-row">
|
|
|
+ <text class="row-label">公司放假天数</text>
|
|
|
+ <text class="row-value">{{ formatNumber(detail.company_holiday_days) }}</text>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
|
|
|
<!-- 加班情况 -->
|
|
|
@@ -93,6 +97,26 @@
|
|
|
<text class="row-value">{{ formatNumber(detail.night_shift_days) }}</text>
|
|
|
</view>
|
|
|
|
|
|
+ <view class="card-row">
|
|
|
+ <text class="row-label">基本工资</text>
|
|
|
+ <text class="row-value">{{ formatNumber(detail.basic_salary) }}</text>
|
|
|
+ </view>
|
|
|
+ <view class="card-row">
|
|
|
+ <text class="row-label">岗位工资</text>
|
|
|
+ <text class="row-value">{{ formatNumber(detail.position_salary) }}</text>
|
|
|
+ </view>
|
|
|
+ <view class="card-row">
|
|
|
+ <text class="row-label">工作绩效</text>
|
|
|
+ <text class="row-value">{{ formatNumber(detail.work_performance) }}</text>
|
|
|
+ </view>
|
|
|
+ <view class="card-row">
|
|
|
+ <text class="row-label">安全绩效</text>
|
|
|
+ <text class="row-value">{{ formatNumber(detail.safety_performance) }}</text>
|
|
|
+ </view>
|
|
|
+ <view class="card-row">
|
|
|
+ <text class="row-label">全勤工资</text>
|
|
|
+ <text class="row-value">{{ formatNumber(detail.full_attendance_salary) }}</text>
|
|
|
+ </view>
|
|
|
<view class="card-row">
|
|
|
<text class="row-label">夜中班津贴</text>
|
|
|
<text class="row-value">{{ formatNumber(detail.night_shift_allowance) }}</text>
|