From 0ebc22340d4a1009d53ac1f47604891fecd0f47c Mon Sep 17 00:00:00 2001 From: cloudroam <cloudroam> Date: 星期二, 24 九月 2024 10:18:21 +0800 Subject: [PATCH] add:会员等级筛选 --- 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 eaae30c..3f72adf 100644 --- a/pages/order/list/index.vue +++ b/pages/order/list/index.vue @@ -157,6 +157,7 @@ el: { placeholder: '收货人姓名/手机号' }, }, { label: '收货地址:', id: 'address', type: 'input' }, + { label: '库位:', id: 'warehouseLocationCode', type: 'input' }, ], }, ], -- Gitblit v1.9.3