riku
2023-02-24 5d8e52e398bff7bc8f83e8f5b8a387175b958c98
pages/m_ledger/ledgerhome/ledgerhome.wxml
@@ -4,7 +4,7 @@
  <view class="page__hd">
    <!-- <view class="fyui-panel"> -->
    <view class="head_right" bindtap="changeMonth">
      <text class="head_tag" >{{showThisMonth ? thisMonth + '本月' : lastMonth + '上月'}}汇总</text>
      <text class="head_tag">{{showThisMonth ? thisMonth + '本月' : lastMonth + '上月'}}汇总</text>
      <mp-icon style="margin-left: 4px;" icon="transfer2" color="white" size="{{20}}"></mp-icon>
    </view>
    <view class="card">
@@ -25,10 +25,12 @@
        </view>
        <view class="head_row">
          <view class="head_tag">本期台账提交日:{{deadline}}</view>
          <view wx:if="{{leftday > 0}}" class="head_tag">剩余<text>{{leftday}}</text>天</view>
          <view wx:else class="head_tag">逾期 <text>{{thisMonthInfo.overtime}}</text>天</view>
          <block wx:if="{{thisMonthInfo.percent < 1}}">
            <view wx:if="{{leftday > 0}}" class="head_tag">剩余<text>{{leftday}}</text>天</view>
            <view wx:else class="head_tag">逾期 <text>{{thisMonthInfo.overtime}}</text>天</view>
          </block>
        </view>
        <view class="head_tag">建议:{{thisMonthInfo.suggestion}}</view>
        <view class="head_tag">{{thisMonthInfo.suggestion}}</view>
      </block>
      <block wx:else>