提交 f88d2b9b0af42bd04384d51b28031f5133bff246

作者 pangy
1 个父辈 d82c2c98

工资条改 批次字段

... ... @@ -40,7 +40,7 @@
40 40 </view>
41 41 <view wx:for="{{salaryDatas}}" style='margin-bottom:20rpx'>
42 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 44 <view class='divide_line_f5f5f5' style='margin:20rpx 0'></view>
45 45 <text class='text_999_28'>发薪日:<text class='text_333_28'>{{item.payroll_date}}</text></text>
46 46 <text class='text_999_28'>计薪时间:<text class='text_333_28'>{{item.count_date}}</text></text>
... ...
注册登录 后发表评论