From c1a0090279f17158728df0f16d3860436867b47c Mon Sep 17 00:00:00 2001 From: Jafeng <2998840497@qq.com> Date: Thu, 5 Feb 2026 09:35:21 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E7=A7=BB=E9=99=A4=E5=AE=A2?= =?UTF-8?q?=E6=88=B7=E6=A1=A3=E6=A1=88=E9=A1=B5=E9=9D=A2=E4=B8=AD=E7=9A=84?= =?UTF-8?q?=E6=80=A7=E5=88=AB=E5=92=8C=E5=B9=B4=E9=BE=84=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/home/customer-archive.vue | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/pages/home/customer-archive.vue b/pages/home/customer-archive.vue index 4acdb0b..5da5684 100644 --- a/pages/home/customer-archive.vue +++ b/pages/home/customer-archive.vue @@ -27,13 +27,6 @@ :class="current && i._id === current._id ? 'text-primary' : 'text-dark'"> {{ i.name }} - - - - {{ i.age > 0 ? i.age + '岁' : '' }} - - @@ -299,10 +292,6 @@ watch(() => props.corpId, n => { margin-top: -8rpx; } -.customer-age { - color: #999999; -} - .mr-15 { margin-right: 20rpx; }