From fd0b2694bdbd189d02bfbd838fc5988c22e288a2 Mon Sep 17 00:00:00 2001
From: cloudroam <cloudroam>
Date: 星期二, 10 九月 2024 16:55:44 +0800
Subject: [PATCH] 默认筛选条件为启用

---
 pages/order/list/index.vue |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/pages/order/list/index.vue b/pages/order/list/index.vue
index bc7e38b..b82b88e 100644
--- a/pages/order/list/index.vue
+++ b/pages/order/list/index.vue
@@ -154,6 +154,7 @@
                 type: 'input',
                 el: { placeholder: '收货人姓名/手机号' },
               },
+              { label: '收货地址:', id: 'address', type: 'input' },
             ],
           },
         ],

--
Gitblit v1.9.3