From ad54a1af4ffe83f97af41c857ca3680a01569331 Mon Sep 17 00:00:00 2001 From: cloudroam <cloudroam> Date: 星期五, 06 九月 2024 13:02:21 +0800 Subject: [PATCH] add:加价管理-分类加价-下拉框上可以搜索-可以多选 --- pages/shop/list.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/pages/shop/list.vue b/pages/shop/list.vue index 727beed..951569a 100644 --- a/pages/shop/list.vue +++ b/pages/shop/list.vue @@ -38,6 +38,7 @@ commonFormatProps: ['province', 'city', 'region'], customClass: 'in-bus-form', }, + { label: '手机号', id: 'tel', type: 'input' }, ], }, ], -- Gitblit v1.9.3