审核通过审核拒绝
This commit is contained in:
@@ -20,6 +20,10 @@
|
|||||||
<span>{{ data.choiceTime }}</span>
|
<span>{{ data.choiceTime }}</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="task_results">
|
||||||
|
<img v-if="data.status == 1" src="./images/refuse.png" alt="">
|
||||||
|
<img v-if="data.status == 2" src="./images/pass.png" alt="">
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="info">
|
<div class="info">
|
||||||
<div class="scope">
|
<div class="scope">
|
||||||
@@ -110,6 +114,7 @@ export default {
|
|||||||
padding: 32px 32px 120px 32px;
|
padding: 32px 32px 120px 32px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
.task {
|
.task {
|
||||||
|
position: relative;
|
||||||
margin-bottom: 24px;
|
margin-bottom: 24px;
|
||||||
background: #FFF;
|
background: #FFF;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
@@ -135,6 +140,15 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.task_results {
|
||||||
|
position: absolute;
|
||||||
|
right: 30px;
|
||||||
|
top: 30px;
|
||||||
|
img {
|
||||||
|
width: 160px;
|
||||||
|
height: 130px;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.info {
|
.info {
|
||||||
|
|||||||
BIN
src/project/saas/AppCooperationPropaganda/images/pass.png
Normal file
BIN
src/project/saas/AppCooperationPropaganda/images/pass.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
BIN
src/project/saas/AppCooperationPropaganda/images/refuse.png
Normal file
BIN
src/project/saas/AppCooperationPropaganda/images/refuse.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
Reference in New Issue
Block a user