From 06eb037239930918e741eeea3b7f46220cc23698 Mon Sep 17 00:00:00 2001 From: cloudroam <cloudroam> Date: 星期日, 08 九月 2024 16:37:55 +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