Commit bfe7b4fc4a9247102e070955f4a716604052493e

Authored by 李宇
2 parents b9de76dc 7cf14b40

Merge branch 'master' of http://39.98.150.180/frontend-uniapp/Civil-Affairs-Bureau-WeChar

1   -Subproject commit 265e64e9a0cbb670ab3ba7d3d113ab4863bb0058
  1 +Subproject commit 3eb65c13bdf332339d04370e771ce91fc6e3ad6a
... ...
pages/receiptRegistration/receiptRegistrationList.vue
... ... @@ -2,7 +2,7 @@
2 2 <view>
3 3 <view>
4 4 <view v-for="(item, index) in list" :key="index" class="top-box" @click="gopath('/pages/receiptRegistration/receiptRegistrationDetail?item=' +JSON.stringify(item))">
5   - <view>{{item.chiAdoptCaseRegistrationPo.reportTime}}<span style="margin-left: 20rpx;color: #547DFF;">{{item.chiAdoptCaseFlowExecuteNodeHistoryList[item.chiAdoptCaseFlowExecuteNodeHistoryList.length-1].approvalStatus}}</span></view>
  5 + <view>{{item.chiAdoptCaseRegistrationPo.reportTime}}<span style="margin-left: 20rpx;color: #547DFF;">{{item.chiAdoptCaseFlowExecuteNodeHistoryList[item.chiAdoptCaseFlowExecuteNodeHistoryList.length-1].nodeName}}</span></view>
6 6 <view class="top-box-img">
7 7 <image src="../../static/right2.png" mode="widthFix"></image>
8 8 </view>
... ...