forked from nsjcy/frontEnd/nsjcy

Mr Ke
2020-05-27 91294e385f43628543ebcd9ef4b9931beaabf4a1
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>