From 71e1243c114026f4a7cf221f561678c811b44200 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Sat, 15 Jan 2022 10:03:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=90=9C=E7=B4=A2=E8=B7=9F=E8=BF=9B=E8=AE=B0?= =?UTF-8?q?=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/user/statisticsrecord.vue | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/components/user/statisticsrecord.vue b/src/components/user/statisticsrecord.vue index 1b5cd26..c14c7a4 100644 --- a/src/components/user/statisticsrecord.vue +++ b/src/components/user/statisticsrecord.vue @@ -9,8 +9,10 @@ size="small" start-placeholder="开始日期" end-placeholder="结束日期"> - - 搜索 + + + + @@ -46,7 +48,8 @@ :visible.sync="userinfo_fall" width="30%"> -

电话:{{user_info.UserName}}

+

会员号:{{user_info.UserName}}

+

电话:{{user_info.Phone}}

微信:{{user_info.Wx}}

QQ:{{user_info.QQ}}

@@ -91,7 +94,8 @@ export default { searchModel: { PageIndex: 1, s_time: '', - e_time: '' + e_time: '', + search_info:'' }, retData:{ TotalCount: 0, Data: []