|
|
@ -12,7 +12,7 @@ |
|
|
|
<div class="text-center" style="width: 30%">123456789</div> |
|
|
|
<div class="text-center" style="width: 25%">薛思男</div> |
|
|
|
<div class="text-center flex justify-center items-center" style="width: 40%"> |
|
|
|
<button class="btn mr-2 px-2 border border-blue-500 text-blue-500 rounded-sm" @click="certificate(id)">发证</button> |
|
|
|
<button class="btn px-2 border border-blue-500 bg-blue-500 text-white rounded-sm" @click="certificate(id)">发证</button> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
@ -20,8 +20,7 @@ |
|
|
|
<div class="text-center" style="width: 30%">123456789</div> |
|
|
|
<div class="text-center" style="width: 25%">薛思男</div> |
|
|
|
<div class="text-center flex justify-center items-center" style="width: 40%"> |
|
|
|
<button class="btn mr-2 px-2 border border-blue-500 text-blue-500 rounded-sm">驳回</button> |
|
|
|
<button class="btn px-2 border border-blue-500 bg-blue-500 text-white rounded-sm">通过</button> |
|
|
|
<button class="btn px-2 border border-blue-500 bg-blue-500 text-white rounded-sm" @click="certificate(id)">发证</button> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
@ -29,8 +28,7 @@ |
|
|
|
<div class="text-center" style="width: 30%">123456789</div> |
|
|
|
<div class="text-center" style="width: 25%">薛思男</div> |
|
|
|
<div class="text-center flex justify-center items-center" style="width: 40%"> |
|
|
|
<button class="btn mr-2 px-2 border border-blue-500 text-blue-500 rounded-sm">驳回</button> |
|
|
|
<button class="btn px-2 border border-blue-500 bg-blue-500 text-white rounded-sm">通过</button> |
|
|
|
<button class="btn px-2 border border-blue-500 bg-blue-500 text-white rounded-sm" @click="certificate(id)">发证</button> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|