shish 11 months ago
parent
commit
e7236a3ef5
1 changed files with 14 additions and 6 deletions
  1. 14 6
      hdPad/src/pages/home/custom.vue

+ 14 - 6
hdPad/src/pages/home/custom.vue

@@ -9,15 +9,13 @@
                 <customList ref="customListRef" @getCustomInfo="getCustomInfo"></customList>
             </view>
             <view class="custom-info">
+                <view class="customer-detail-nav">
+                    <text>客户详情</text>
+                </view>
                 <customInfo ref="customInforRef" :selectCustomId="selectCustomId" @calcFn="calcFn" @finishNotice="finishNotice"></customInfo>
             </view>
             <view class="custom-asset">
-                <view class="action-buttons">
-                    <button class="action-btn recharge" @click="handleRecharge">充值</button>
-                    <button class="action-btn reduce-balance" @click="handleReduceBalance">减余额</button>
-                    <button class="action-btn upgrade" @click="handleUpgradeDowngrade">升降级</button>
-                    <button class="action-btn create-order" @click="handleCreateOrder">开单</button>
-                </view>
+
             </view>
         </view>
     </view>
@@ -109,6 +107,16 @@ export default {
     }
     & .custom-info{
         flex: 32;
+        display: flex;
+        flex-direction: column;
+        
+        .customer-detail-nav {
+            padding: 3upx;
+            font-size: 12upx;
+            background-color: #09C567;
+            color: #FFFFFF;
+            text-align: center;
+        }
     }
     & .custom-asset{
         flex: 32;