Browse Source

发证

master
xuesinan 4 years ago
parent
commit
ac70807c1b
  1. 8
      src/views/Checked/Checked.vue

8
src/views/Checked/Checked.vue

@ -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>

Loading…
Cancel
Save