From 036639184810427c22d76875aaac1fd175102778 Mon Sep 17 00:00:00 2001 From: zhangtq <2452618307@qq.com> Date: Tue, 21 Jan 2025 09:44:15 +0800 Subject: [PATCH] =?UTF-8?q?treeselect=E6=90=9C=E6=90=9C=E7=B4=A2=E7=BB=93?= =?UTF-8?q?=E6=9E=9C=E6=8F=90=E7=A4=BA=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../studentManagement/components/StudentPage.vue | 1 + src/views/flow/definition/auditProcess.vue | 1 + .../hazardRectificationManagement/addHazard/index.vue | 1 + src/views/snapshot/components/transferHiddenDangerDialog.vue | 3 ++- src/views/snapshot/snapshotList.vue | 1 + src/views/system/dept/index.vue | 2 +- src/views/system/menu/index.vue | 1 + src/views/system/user/constructionUnit.vue | 2 +- src/views/system/user/index.vue | 2 +- src/views/system/user/supervisionUnit.vue | 2 +- src/views/tool/gen/genInfoForm.vue | 1 + .../violation/components/PunishFormDialog.vue | 1 + 12 files changed, 13 insertions(+), 5 deletions(-) diff --git a/src/views/educationalTraining/studentManagement/components/StudentPage.vue b/src/views/educationalTraining/studentManagement/components/StudentPage.vue index 6786baf..62465e8 100644 --- a/src/views/educationalTraining/studentManagement/components/StudentPage.vue +++ b/src/views/educationalTraining/studentManagement/components/StudentPage.vue @@ -20,6 +20,7 @@ :options="deptOptions" :show-count="true" :clearable="true" + :noResultsText="'未找到相关部门!'" placeholder="请选择归属部门" /> diff --git a/src/views/flow/definition/auditProcess.vue b/src/views/flow/definition/auditProcess.vue index cc7101e..a09e545 100644 --- a/src/views/flow/definition/auditProcess.vue +++ b/src/views/flow/definition/auditProcess.vue @@ -128,6 +128,7 @@ placeholder="请选择归属部门" :style="{width: '86.5%'}" class="treeselectMain" :disabled="paramsData.type === 'view'" + :noResultsText="'未找到相关部门!'" @select="UserType" /> diff --git a/src/views/hiddenDangerManagement/hazardRectificationManagement/addHazard/index.vue b/src/views/hiddenDangerManagement/hazardRectificationManagement/addHazard/index.vue index ca9e905..4689a8a 100644 --- a/src/views/hiddenDangerManagement/hazardRectificationManagement/addHazard/index.vue +++ b/src/views/hiddenDangerManagement/hazardRectificationManagement/addHazard/index.vue @@ -381,6 +381,7 @@ :options="deptOptions" :show-count="true" placeholder="请选择归属部门" + :noResultsText="'未找到相关部门!'" /> diff --git a/src/views/snapshot/components/transferHiddenDangerDialog.vue b/src/views/snapshot/components/transferHiddenDangerDialog.vue index e86cee2..bef5dd6 100644 --- a/src/views/snapshot/components/transferHiddenDangerDialog.vue +++ b/src/views/snapshot/components/transferHiddenDangerDialog.vue @@ -2,7 +2,7 @@ * @Author: zhangtq 2452618307@qq.com * @Date: 2024-12-05 13:22:34 * @LastEditors: zhangtq 2452618307@qq.com - * @LastEditTime: 2025-01-20 18:30:16 + * @LastEditTime: 2025-01-21 09:41:32 * @FilePath: src/views/snapshot/components/transferHiddenDangerDialog.vue * @Description: 这是默认设置,可以在设置》工具》File Description中进行配置 --> @@ -387,6 +387,7 @@ :options="deptOptions" :show-count="true" placeholder="请选择归属部门" + :noResultsText="'未找到相关部门!'" /> diff --git a/src/views/snapshot/snapshotList.vue b/src/views/snapshot/snapshotList.vue index abd84bd..c6f3b2b 100644 --- a/src/views/snapshot/snapshotList.vue +++ b/src/views/snapshot/snapshotList.vue @@ -20,6 +20,7 @@ :show-count="true" :clearable="true" placeholder="请选择归属部门" + :noResultsText="'未找到相关部门!'" /> diff --git a/src/views/system/dept/index.vue b/src/views/system/dept/index.vue index 4263436..d33d24b 100644 --- a/src/views/system/dept/index.vue +++ b/src/views/system/dept/index.vue @@ -103,7 +103,7 @@ - + diff --git a/src/views/system/menu/index.vue b/src/views/system/menu/index.vue index 0698d6f..2d051a2 100644 --- a/src/views/system/menu/index.vue +++ b/src/views/system/menu/index.vue @@ -114,6 +114,7 @@ :normalizer="normalizer" :show-count="true" placeholder="选择上级菜单" + :noResultsText="'未找到相关上级菜单!'" /> diff --git a/src/views/system/user/constructionUnit.vue b/src/views/system/user/constructionUnit.vue index 63d86ae..8f23f9d 100644 --- a/src/views/system/user/constructionUnit.vue +++ b/src/views/system/user/constructionUnit.vue @@ -162,7 +162,7 @@ - + diff --git a/src/views/system/user/index.vue b/src/views/system/user/index.vue index 05c7244..17bb121 100644 --- a/src/views/system/user/index.vue +++ b/src/views/system/user/index.vue @@ -161,7 +161,7 @@ - + diff --git a/src/views/system/user/supervisionUnit.vue b/src/views/system/user/supervisionUnit.vue index 67acc56..960c85d 100644 --- a/src/views/system/user/supervisionUnit.vue +++ b/src/views/system/user/supervisionUnit.vue @@ -163,7 +163,7 @@ - + diff --git a/src/views/tool/gen/genInfoForm.vue b/src/views/tool/gen/genInfoForm.vue index 3dae90a..d0fbb97 100644 --- a/src/views/tool/gen/genInfoForm.vue +++ b/src/views/tool/gen/genInfoForm.vue @@ -95,6 +95,7 @@ :options="menus" :normalizer="normalizer" :show-count="true" + :noResultsText="'未找到相关系统菜单!'" placeholder="请选择系统菜单" /> diff --git a/src/views/violationManagenment/violation/components/PunishFormDialog.vue b/src/views/violationManagenment/violation/components/PunishFormDialog.vue index d2df0ff..a298f0c 100644 --- a/src/views/violationManagenment/violation/components/PunishFormDialog.vue +++ b/src/views/violationManagenment/violation/components/PunishFormDialog.vue @@ -80,6 +80,7 @@ v-model="dialogForm.deptId" :options="supervisionDepartmentOpts" :show-count="true" + :noResultsText="'未找到相关部门!'" placeholder="请选择监督部门" />