20240205
luoJunYong.123 3 years ago
parent 824ac56ac5
commit a25875e487
  1. 4
      src/pages/counter/list/index.vue

@ -366,8 +366,8 @@
center>
<h3 class="text-2xl antialiased text-center">请选择客户签字或返还资料</h3>
<span slot="footer" class="dialog-footer">
<el-button @click="peopleDoing(1)" class="w-52 h-14">客户签字</el-button>
<el-button type="primary" @click="peopleDoing(2)" class="w-52 h-14">返还资料</el-button>
<el-button @click="peopleDoing(1)" style="width:200px;height:50px;">客户签字</el-button>
<el-button type="primary" @click="peopleDoing(2)" style="width:200px;height:50px;">返还资料</el-button>
</span>
</el-dialog>

Loading…
Cancel
Save