forked from nsjcy/frontEnd/nsjcy

liuwh
2020-03-31 b72fc1b10b08cf2fea1626d32e1ca2cccabe2edd
SunshineLnsMinApp/pages/rzcxList/rzcxList.wxml
@@ -8,7 +8,8 @@
      </div>
      <div class="businessSchedule-top-title">入职查询</div>
      <div class="businessSchedule-top-status backgroundorange-title" wx:if="{{item.status==1}}">待回复</div>
      <div class="businessSchedule-top-status backgroundgreen-title" wx:elif="{{item.status==2}}">已回复</div>
      <div class="businessSchedule-top-status backgroundgreen-title" wx:elif="{{item.status==2}}">检察院已审核</div>
      <div class="businessSchedule-top-status backgroundgreen-title" wx:elif="{{item.status==3}}">公安已审核</div>
      <div class="businessSchedule-top-status backgroundgray-title" wx:else>未知文件</div>
    </div>
    <div class="businessSchedule-center">{{item.reason}}</div>