From 5429deee74da64bde0b5f0824f0c0373c5775292 Mon Sep 17 00:00:00 2001 From: Xu Zhimeng Date: Thu, 25 May 2023 19:43:05 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BC=98=E5=8C=96=E7=B3=BB=E7=BB=9F?= =?UTF-8?q?=E5=90=84=E9=A1=B5=E9=9D=A2=E6=A0=B7=E5=BC=8F=EF=BC=8C=E6=94=B9?= =?UTF-8?q?=E4=B8=AD=E6=96=87=E4=B8=BA=E8=8B=B1=E6=96=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/dict/JDictSelectTag.vue | 7 +- .../JSelectBizComponentModal.vue | 22 +- .../jeecgbiz/JSelectBizComponent/index.vue | 4 +- src/components/jeecgbiz/JSelectDepart.vue | 6 +- src/components/jeecgbiz/JSelectPosition.vue | 10 +- .../jeecgbiz/modal/JSelectDepartModal.vue | 23 +- src/components/tools/UserMenu.vue | 11 +- src/config/router.config.js | 31 +- src/style.less | 44 +- src/utils/util.js | 2 +- src/views/system/DataBase.vue | 85 +- src/views/system/DetectorInfo.vue | 66 +- src/views/system/DictDeleteList.vue | 22 +- src/views/system/DictItemList.vue | 38 +- src/views/system/DictList.vue | 3 +- src/views/system/NewPermissionList.vue | 8 +- src/views/system/NuclearFacility.vue | 58 +- src/views/system/PermissionDataRuleList.vue | 32 +- src/views/system/RoleUserList.vue | 904 +++++++++--------- src/views/system/Scheduling.vue | 1 + src/views/system/UserList.vue | 63 +- src/views/system/modules/DictItemModal.vue | 26 +- src/views/system/modules/DictModal.vue | 16 +- .../modules/PermissionDataRuleModal.vue | 25 +- src/views/system/modules/PermissionModal.vue | 98 +- src/views/system/modules/RoleModal.vue | 83 +- src/views/system/modules/SelectUserModal.vue | 32 +- src/views/system/modules/UserModal.vue | 86 +- src/views/system/modules/UserRoleModal.vue | 28 +- src/views/system/stationList.vue | 52 +- 30 files changed, 1017 insertions(+), 869 deletions(-) diff --git a/src/components/dict/JDictSelectTag.vue b/src/components/dict/JDictSelectTag.vue index 10f228f..2ffc498 100644 --- a/src/components/dict/JDictSelectTag.vue +++ b/src/components/dict/JDictSelectTag.vue @@ -7,9 +7,8 @@ {{ item.text }} - + - 请选择 {{ item.text || item.label }} @@ -32,6 +31,10 @@ getPopupContainer:{ type: Function, default: (node) => node.parentNode + }, + allowClear: { + type: Boolean, + default: true } }, data() { diff --git a/src/components/jeecgbiz/JSelectBizComponent/JSelectBizComponentModal.vue b/src/components/jeecgbiz/JSelectBizComponent/JSelectBizComponentModal.vue index f99ff94..60814f0 100644 --- a/src/components/jeecgbiz/JSelectBizComponent/JSelectBizComponentModal.vue +++ b/src/components/jeecgbiz/JSelectBizComponent/JSelectBizComponentModal.vue @@ -1,13 +1,14 @@