正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -40,7 +40,7 @@ | @@ -40,7 +40,7 @@ | ||
40 | </view> | 40 | </view> |
41 | <view wx:for="{{salaryDatas}}" style='margin-bottom:20rpx'> | 41 | <view wx:for="{{salaryDatas}}" style='margin-bottom:20rpx'> |
42 | <view class='card_rectangle_bg_column' style='padding:30rpx'> | 42 | <view class='card_rectangle_bg_column' style='padding:30rpx'> |
43 | - <text class='text_blue_36'>薪酬批次工资: {{item.program}}</text> | 43 | + <text class='text_blue_36'>薪酬批次工资: {{item.cycle_name}}</text> |
44 | <view class='divide_line_f5f5f5' style='margin:20rpx 0'></view> | 44 | <view class='divide_line_f5f5f5' style='margin:20rpx 0'></view> |
45 | <text class='text_999_28'>发薪日:<text class='text_333_28'>{{item.payroll_date}}</text></text> | 45 | <text class='text_999_28'>发薪日:<text class='text_333_28'>{{item.payroll_date}}</text></text> |
46 | <text class='text_999_28'>计薪时间:<text class='text_333_28'>{{item.count_date}}</text></text> | 46 | <text class='text_999_28'>计薪时间:<text class='text_333_28'>{{item.count_date}}</text></text> |
请
注册
或
登录
后发表评论