|
@@ -27,7 +27,7 @@
|
|
|
<div class="mui-media-body">
|
|
|
{{item.name}}
|
|
|
<p class='mui-ellipsis'>申请注册为<span class="colorfe616c" v-text="item.personRoleName"></span></p>
|
|
|
- <h5 class="vongi-bksp-time">10-17 18:00</h5>
|
|
|
+ <h5 class="vongi-bksp-time" v-text="item.createTime.substr(5)"></h5>
|
|
|
</div>
|
|
|
</router-link>
|
|
|
<input name="checkbox" v-model="selectIdList" :value="item.id" type="checkbox">
|