26628 26622
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
|
||||
<div class="nameBottom">
|
||||
<span>上报第</span>
|
||||
<span class="num">{{ userList.diffNum }}</span>
|
||||
<span class="num">{{ diffNum }}</span>
|
||||
<span>天</span>
|
||||
</div>
|
||||
</div>
|
||||
@@ -66,6 +66,7 @@ export default {
|
||||
id: '',
|
||||
name: '',
|
||||
userList: [],
|
||||
diffNum: '',
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
@@ -78,6 +79,7 @@ export default {
|
||||
this.name = o.name
|
||||
this.id = o.id
|
||||
this.phone = o.phone
|
||||
this.diffNum = o.diffNum
|
||||
this.getUser()
|
||||
}
|
||||
this.getRecord()
|
||||
|
||||
Reference in New Issue
Block a user