fix:项目/路径图-学员查看-已获证书

This commit is contained in:
wyx
2023-02-09 18:07:26 +08:00
parent 5082b756a4
commit 89ab60f743
3 changed files with 9 additions and 12 deletions

View File

@@ -47,20 +47,19 @@
<span class="total">/{{pro.totalReqCnt}}</span>
</div>
</div>
<!-- <a-divider
<a-divider
type="vertical"
style="
height: 49px;
margin-left: 34px;
background-color: rgba(170, 166, 166, 0.3);
"
background-color: rgba(170, 166, 166, 0.3);"
/>
<div class="sortbox" style="margin-left: 34px">
<div class="sortname">已修证书</div>
<div class="sortnub">
<span class="nub1">{{pro.certCnt}}</span>
<span class="nub1">{{pro.certCnt?pro.certCnt:0}}</span>
</div>
</div> -->
</div>
</div>
<div class="secondrow">
<div class="rowleft">{{ pro.name }}</div>

View File

@@ -48,22 +48,21 @@
<span class="total">/{{ totalReqCnt }}</span>
</div>
</div>
<!--
<a-divider
type="vertical"
style="
height: 49px;
margin-left: 34px;
background-color: rgba(170, 166, 166, 0.3);
"
background-color: rgba(170, 166, 166, 0.3);"
/>
<div class="sortbox" style="margin-left: 34px">
<div class="sortname">已修证书</div>
<div class="sortnub">
<span class="nub1">{{ certCnt }}</span>
<span class="nub1">{{ certCnt?certCnt:0 }}</span>
</div>
</div>
-->
</div>
<div class="secondrow">
<div class="rowleft">{{ name }}</div>

View File

@@ -61,8 +61,7 @@
<div class="btn">
<button
:class="it.done ? 'btnoo' : 'btno'"
style="z-index: 999"
>
style="z-index: 999">
已完成
</button>
<button :class="it.done ? 'btntt' : 'btnt'">未完成</button>