From 2c0b35d7bca422b9e8638e960b3302ba4490593b Mon Sep 17 00:00:00 2001
From: zzyuan <781948537@qq.com>
Date: Thu, 25 Apr 2024 11:10:36 +0800
Subject: [PATCH] =?UTF-8?q?treeselect=E6=9F=A5=E8=AF=A2=E8=8B=B1=E6=96=87?=
=?UTF-8?q?=E7=BB=93=E6=9E=9C=E6=94=B9=E4=B8=BA=E4=B8=AD=E6=96=87?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
sgzb-ui/src/views/base/assetAttributeManagement/index.vue | 2 +-
sgzb-ui/src/views/base/comeAndGo/index.vue | 1 +
sgzb-ui/src/views/base/comeAndGo/people.vue | 1 +
sgzb-ui/src/views/base/project/index.vue | 2 +-
sgzb-ui/src/views/base/section/index.vue | 1 +
sgzb-ui/src/views/repairTest/repair/dialogOneForm.vue | 2 ++
sgzb-ui/src/views/store/shelves/shelvesList.vue | 2 +-
sgzb-ui/src/views/store/tools/toolsType.vue | 1 +
sgzb-ui/src/views/system/dept/index.vue | 2 +-
sgzb-ui/src/views/system/menu/index.vue | 2 +-
sgzb-ui/src/views/tool/gen/genInfoForm.vue | 1 +
11 files changed, 12 insertions(+), 5 deletions(-)
diff --git a/sgzb-ui/src/views/base/assetAttributeManagement/index.vue b/sgzb-ui/src/views/base/assetAttributeManagement/index.vue
index f6935f69..ca4aa13d 100644
--- a/sgzb-ui/src/views/base/assetAttributeManagement/index.vue
+++ b/sgzb-ui/src/views/base/assetAttributeManagement/index.vue
@@ -99,7 +99,7 @@
-
+
diff --git a/sgzb-ui/src/views/base/comeAndGo/index.vue b/sgzb-ui/src/views/base/comeAndGo/index.vue
index 5b44c39c..1409cef6 100644
--- a/sgzb-ui/src/views/base/comeAndGo/index.vue
+++ b/sgzb-ui/src/views/base/comeAndGo/index.vue
@@ -181,6 +181,7 @@
diff --git a/sgzb-ui/src/views/base/project/index.vue b/sgzb-ui/src/views/base/project/index.vue
index 854afe6f..c8d75966 100644
--- a/sgzb-ui/src/views/base/project/index.vue
+++ b/sgzb-ui/src/views/base/project/index.vue
@@ -104,7 +104,7 @@
-
+
diff --git a/sgzb-ui/src/views/base/section/index.vue b/sgzb-ui/src/views/base/section/index.vue
index 0104bdcb..8f931a38 100644
--- a/sgzb-ui/src/views/base/section/index.vue
+++ b/sgzb-ui/src/views/base/section/index.vue
@@ -186,6 +186,7 @@
diff --git a/sgzb-ui/src/views/repairTest/repair/dialogOneForm.vue b/sgzb-ui/src/views/repairTest/repair/dialogOneForm.vue
index 55718938..7b28c1c7 100644
--- a/sgzb-ui/src/views/repairTest/repair/dialogOneForm.vue
+++ b/sgzb-ui/src/views/repairTest/repair/dialogOneForm.vue
@@ -32,6 +32,7 @@
style="width: 350px"
:options="deptList"
:normalizer="normalizer"
+ noChildrenText="没有数据了" noOptionsText="没有数据" noResultsText="没有搜索结果"
placeholder="选择上级"
:disable-branch-nodes="true"
/>
@@ -195,6 +196,7 @@
v-model="domain.partId"
:options="deptList"
:normalizer="normalizer"
+ noChildrenText="没有数据了" noOptionsText="没有数据" noResultsText="没有搜索结果"
placeholder="选择上级"
:disable-branch-nodes="true"
/>
diff --git a/sgzb-ui/src/views/store/shelves/shelvesList.vue b/sgzb-ui/src/views/store/shelves/shelvesList.vue
index 909d8056..645e4293 100644
--- a/sgzb-ui/src/views/store/shelves/shelvesList.vue
+++ b/sgzb-ui/src/views/store/shelves/shelvesList.vue
@@ -88,7 +88,7 @@
-
+
diff --git a/sgzb-ui/src/views/store/tools/toolsType.vue b/sgzb-ui/src/views/store/tools/toolsType.vue
index 6dfcea7c..89148c0f 100644
--- a/sgzb-ui/src/views/store/tools/toolsType.vue
+++ b/sgzb-ui/src/views/store/tools/toolsType.vue
@@ -235,6 +235,7 @@
v-model="form.parentId"
:options="treeOptions"
:show-count="true"
+ noChildrenText="没有数据了" noOptionsText="没有数据" noResultsText="没有搜索结果"
placeholder="请选择所属上级分类"
/>
diff --git a/sgzb-ui/src/views/system/dept/index.vue b/sgzb-ui/src/views/system/dept/index.vue
index 8db80669..1fb57d6d 100644
--- a/sgzb-ui/src/views/system/dept/index.vue
+++ b/sgzb-ui/src/views/system/dept/index.vue
@@ -102,7 +102,7 @@
-
+
diff --git a/sgzb-ui/src/views/system/menu/index.vue b/sgzb-ui/src/views/system/menu/index.vue
index d06f8c8a..f2073a81 100644
--- a/sgzb-ui/src/views/system/menu/index.vue
+++ b/sgzb-ui/src/views/system/menu/index.vue
@@ -67,7 +67,7 @@
+ placeholder="选择上级菜单" noChildrenText="没有数据了" noOptionsText="没有数据" noResultsText="没有搜索结果" />
diff --git a/sgzb-ui/src/views/tool/gen/genInfoForm.vue b/sgzb-ui/src/views/tool/gen/genInfoForm.vue
index 3f8d67f5..6017df7a 100644
--- a/sgzb-ui/src/views/tool/gen/genInfoForm.vue
+++ b/sgzb-ui/src/views/tool/gen/genInfoForm.vue
@@ -73,6 +73,7 @@
:options="menus"
:normalizer="normalizer"
:show-count="true"
+ noChildrenText="没有数据了" noOptionsText="没有数据" noResultsText="没有搜索结果"
placeholder="请选择系统菜单"
/>