状态展示
This commit is contained in:
BIN
src/apps/AppCooperationPropaganda/images/close.png
Normal file
BIN
src/apps/AppCooperationPropaganda/images/close.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 30 KiB |
BIN
src/apps/AppCooperationPropaganda/images/finish.png
Normal file
BIN
src/apps/AppCooperationPropaganda/images/finish.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 30 KiB |
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user