状态展示

This commit is contained in:
shijingjing
2022-09-16 14:46:40 +08:00
parent 782bc6e036
commit bc702851ca
3 changed files with 3 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

View File

@@ -15,9 +15,9 @@
</div>
</div>
<div class="task_results" v-if="data.enableExamine == 1">
<!-- 5结束 8关闭 -->
<img v-if="data.status == 1" src="./images/refuse.png" alt="">
<img v-if="data.status == 2" src="./images/pass.png" alt="">
<!-- 5结束 8关闭 -->
<img v-if="data.status == 5" src="./images/finish.png" alt="">
<img v-if="data.status == 8" src="./images/close.png" alt="">
</div>
</div>
<div class="info">