|
@@ -9,7 +9,8 @@
|
|
|
<li v-for="(item,index) in recordList" class="mui-table-view-cell">
|
|
|
<router-link :to="{name:'MasterEgressVerifyInfo',query:{id:item.id}}">
|
|
|
<div class="mui-media-body flew-sp">
|
|
|
- 外出地点:{{item.destination}}
|
|
|
+ <!-- 外出地点:{{item.destination}} -->
|
|
|
+ {{item.personName}}的外出申请
|
|
|
<span class='mui-ellipsis mui-h6' v-text="item.startTime.substr(5)"></span>
|
|
|
</div>
|
|
|
<p class='mui-ellipsis'>外出事由:{{item.content}}</p>
|