From f6e647a3ae717086b68bc6227ae0598369b7ec24 Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Fri, 2 Aug 2024 15:16:29 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E4=BF=AE=E6=94=B9=E6=A0=91=E5=BD=A2?= =?UTF-8?q?=E5=BC=B9=E6=A1=86=E6=94=B9=E6=88=90=E6=A0=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/customField/AddForm.vue | 40 +-- .../selection/TreeDataSelectModal.vue | 320 ++++++++++++++++++ .../selection/TreeDataSelection.vue | 151 +++++++++ 3 files changed, 491 insertions(+), 20 deletions(-) create mode 100644 src/components/selection/TreeDataSelectModal.vue create mode 100644 src/components/selection/TreeDataSelection.vue diff --git a/src/components/customField/AddForm.vue b/src/components/customField/AddForm.vue index 5ea1d9d..d143133 100644 --- a/src/components/customField/AddForm.vue +++ b/src/components/customField/AddForm.vue @@ -133,24 +133,24 @@ :label-in-value="false" :placeholder="$t('pleaseSelect')+item.dbFieldTxt" /> - - - - - - - - - + + + + + + + + + + + @@ -182,12 +182,12 @@ import TreeSelection from '../selection/TreeSelection' import STreeSelect from '../STreeSelect' import { isHasPermission } from '../../utils/hasPermission' import { mapGetters } from 'vuex' -// import TreeDataSelection from '../selection/TreeDataSelection' +import TreeDataSelection from '../selection/TreeDataSelection' export default { name: 'AddForm', components: { - // TreeDataSelection, + TreeDataSelection, UserSelection, JMultipleDatePicker, StandardSelection, diff --git a/src/components/selection/TreeDataSelectModal.vue b/src/components/selection/TreeDataSelectModal.vue new file mode 100644 index 0000000..1686455 --- /dev/null +++ b/src/components/selection/TreeDataSelectModal.vue @@ -0,0 +1,320 @@ + + + + + diff --git a/src/components/selection/TreeDataSelection.vue b/src/components/selection/TreeDataSelection.vue new file mode 100644 index 0000000..47e0cc7 --- /dev/null +++ b/src/components/selection/TreeDataSelection.vue @@ -0,0 +1,151 @@ + + + + +