瀏覽代碼

按钮优化

shish 1 年之前
父節點
當前提交
5ab3981c5d
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      hdApp/src/admin/billing/affirm.vue

+ 3 - 3
hdApp/src/admin/billing/affirm.vue

@@ -108,7 +108,7 @@
           <tui-list-cell class="line-cell" :hover="false" :arrow="false">
             <view class="tui-title">客户</view>
             <view class="tui-input">
-              {{ form.customName }}
+              {{ form.customName||'请选择' }}
             </view>
           </tui-list-cell>
 
@@ -124,7 +124,7 @@
 						<view class="payment-buttons">
 							<view class="button-row">
                 <button @click="form.hasPay = 4" class="admin-button-com middle" :class="form.hasPay == 4 ? 'blue' : 'default'">余额</button>
-                <button @click="form.hasPay = 0" class="admin-button-com middle" :class="form.hasPay == 0 ? 'blue' : 'default'">扫码</button>
+                <button @click="form.hasPay = 0" class="admin-button-com middle" :class="form.hasPay == 0 ? 'blue' : 'default'">扫码分享</button>
 							</view>
 							<view class="button-row">
                 <button @tap="form.hasPay = 1" class="admin-button-com middle" :class="form.hasPay == 1 ? 'blue' : 'default'">线下</button>
@@ -682,7 +682,7 @@ export default {
     gap: 30upx;
     
     .admin-button-com {
-      flex: 0 0 140upx;
+      flex: 0 0 180upx;
       margin-right: 0;
     }
   }