提交 7eb2b68adf2a8a6421bae559bab58e354f8b68c0

作者 pangy
1 个父辈 dabe494f

... ... @@ -31,7 +31,7 @@
31 31 <view wx:else> <!-- 工资明细 -->
32 32 <view wx:for="{{salaryDatas}}" style='margin-bottom:20rpx'>
33 33 <view class='card_rectangle_bg_column' style='padding:30rpx'>
34   - <text style='text-align:left;font-size: 28rpx;color: #333;font-family: PingFangSC-Semibold;'>薪酬批次工资:{{}}</text>
  34 + <text style='text-align:left;font-size: 28rpx;color: #333;font-family: PingFangSC-Semibold;'>薪酬批次工资: {{item.program}}</text>
35 35 <view class='divide_line_f5f5f5' style='margin:20rpx 0'></view>
36 36 <text class='text_666_28'>发薪日:{{item.payroll_date}}</text>
37 37 <text class='text_666_28'>计薪时间:{{item.count_date}}</text>
... ...
注册登录 后发表评论