diff --git a/src/App.vue b/src/App.vue index f6028c22..a66681d8 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,5 +1,5 @@ diff --git a/src/views/projectcenter/ClassAdd.vue b/src/views/projectcenter/ClassAdd.vue index 57526254..36ff6937 100644 --- a/src/views/projectcenter/ClassAdd.vue +++ b/src/views/projectcenter/ClassAdd.vue @@ -62,13 +62,17 @@ } " v-model:value="classifySelect" - placeholder="四个养成" + placeholder="请选择分类" style="width: 100%" :options="classifyList" @change="classificationChange" allowClear showSearch :disabled="viewDetail ? true : false" + :fieldNames="{ + label: 'dictName', + value: 'dictCode', + }" > @@ -169,6 +173,7 @@ allowClear showSearch :disabled="viewDetail ? true : false" + @popupScroll="memberScroll" > @@ -183,18 +188,26 @@
- + :tree-data="classifyList2" + :fieldNames="{ + children: 'treeChildList', + label: 'name', + value: 'id', + }" + >
@@ -252,6 +265,10 @@ @change="classificationChange3" placeholder="集团级/组织级/现地级/部门级" :disabled="viewDetail ? true : false" + :fieldNames="{ + label: 'dictName', + value: 'dictCode', + }" />
@@ -275,6 +292,10 @@ @change="classificationChange4" placeholder="集团级/组织级/现地级/部门级" :disabled="viewDetail ? true : false" + :fieldNames="{ + label: 'dictName', + value: 'dictCode', + }" /> @@ -355,6 +376,7 @@ style="width: 100%" :options="classifyList5" @change="classificationChange5" + @popupScroll="templateScroll" > @@ -372,16 +394,18 @@