shish 7 месяцев назад
Родитель
Сommit
3ef4192ed8
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      ghsApp/src/admin/billing/affirm.vue

+ 2 - 2
ghsApp/src/admin/billing/affirm.vue

@@ -153,8 +153,8 @@
 
               <tui-list-cell class="line-cell" :hover="false" :arrow="false">
                 <view class="tui-title">收款方式</view>
-                <button @click="form.hasPay = 2" class="admin-button-com big" :class="form.hasPay == 2 ? 'blue' : 'default'" style="margin-right: 24upx" > 赊账 </button>
-                <button @click="form.hasPay = 0" class="admin-button-com big" :class="form.hasPay == 0 ? 'blue' : 'default'" style="margin-right: 24upx" > 待付款 </button>
+                <button @click="form.hasPay = 2" class="admin-button-com big" :class="form.hasPay == 2 ? 'blue' : 'default'" style="margin-right: 35upx" > 赊账 </button>
+                <button @click="form.hasPay = 0" class="admin-button-com big" :class="form.hasPay == 0 ? 'blue' : 'default'" style="margin-right: 35upx" > 待付款 </button>
                 <button @tap="form.hasPay = 1" class="admin-button-com big" :class="form.hasPay == 1 ? 'blue' : 'default'" style="margin-right: 0upx">线下</button>
               </tui-list-cell>