结束时间,examineUserName

This commit is contained in:
shijingjing
2023-03-02 17:27:44 +08:00
parent 06db47cb0f
commit 983e801b5e
2 changed files with 6 additions and 1 deletions

View File

@@ -533,7 +533,8 @@ export default {
this.form.examines = res.userList.map(e=> {
return {
...e,
examineUserId: e.id
examineUserId: e.id,
examineUserName: e.name
}
})
}

View File

@@ -32,6 +32,10 @@
<span>群发时间</span>
<span>{{ data.choiceTime }}</span>
</div>
<div class="item">
<span>结束时间</span>
<span>{{ data.taskEndTime }}</span>
</div>
</div>
<div class="task_results" v-if="data.enableExamine == 1">
<img v-if="data.status == 1" src="./images/refuse.png" alt="">