From 2e3c12ca3a7241f498c32121cb1572502c998d0d Mon Sep 17 00:00:00 2001
From: 935090232@qq.com <ak473600000>
Date: Sat, 09 Jan 2021 00:42:00 +0800
Subject: [PATCH] 公众号模板消息demo

---
 zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/vip.html |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/vip.html b/zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/vip.html
index bb31054..dfaf184 100644
--- a/zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/vip.html
+++ b/zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/vip.html
@@ -95,6 +95,14 @@
         .el-autocomplete {
             display: block !important;
         }
+
+        .vip-info {
+            padding: 30px 20px;
+        }
+
+        .vip-info p {
+            line-height: 30px;
+        }
     </style>
 
 </head>
@@ -182,7 +190,7 @@
             <el-main style="background-color: white; margin-right: 15px; padding: 20px 30px;">
                 <el-tabs v-model="activeName" type="card" @tab-click="tabHandleClick">
                     <el-tab-pane label="会员信息" name="vipInfo">
-                        <el-row>
+                        <el-row class="vip-info">
                             <el-col :span="10">
                                 <p>生日 : {{vipInfo.birthday1}}</p>
                                 <p>会员状态 : {{vipInfo.vipState}}</p>
@@ -769,6 +777,7 @@
                     _this.serviceOrderTableQueryFn();
                     _this.orderTableDataQueryFn();
                     _this.skinCheckTableDataQueryFn();
+                    _this.refreshTable();
                 });
             },
             addLabelFn(key) {

--
Gitblit v1.9.1