From 3220eab244dbda9ae97bfc4c0912e480d40829f4 Mon Sep 17 00:00:00 2001
From: 陶杰 <1378534974@qq.com>
Date: 星期二, 24 九月 2024 18:34:14 +0800
Subject: [PATCH] 1.合伙人-修改登录手机号和详情手机号 2.新增ID和注册手机号

---
 utils/form-item-config.js |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/utils/form-item-config.js b/utils/form-item-config.js
index b25980b..aca653c 100644
--- a/utils/form-item-config.js
+++ b/utils/form-item-config.js
@@ -76,6 +76,7 @@
         current: 1,
         size: 2000,
         status: 'P',
+        isEnabled: 1,
       },
       props: {
         label: 'name',
@@ -93,7 +94,10 @@
   }
 }
 
-export const getGoodsCategoryListConfig = (checkStrictly = false) => {
+export const getGoodsCategoryListConfig = (
+  checkStrictly = false,
+  multiple = false
+) => {
   return {
     label: '商品分类:',
     id: 'categoryId',
@@ -105,7 +109,9 @@
         value: 'id',
         emitPath: false,
         checkStrictly,
+        multiple,
       },
+      filterable: true,
       clearable: true,
       style: 'width:100%',
     },

--
Gitblit v1.9.3