From d4cb099d237ed32db7e6d309c2c1e05ce2f4a909 Mon Sep 17 00:00:00 2001 From: "zhaokaiyao@91isoft.com" <6922339zky> Date: Sun, 28 Nov 2021 13:22:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A8=A1=E5=9D=97=E5=8D=95=E5=85=83=E7=BB=93?= =?UTF-8?q?=E6=9E=84=E5=8F=AA=E8=83=BD=E5=8F=B6=E5=AD=90=E8=8A=82=E7=82=B9?= =?UTF-8?q?=E5=A4=9A=E9=80=89,=20=E5=85=B3=E8=81=94=E6=A8=A1=E5=9D=97vpps?= =?UTF-8?q?=E4=B8=8D=E7=94=A8=E9=99=90=E5=88=B6=E5=8F=AA=E8=83=BD=E5=8F=B6?= =?UTF-8?q?=E5=AD=90=E8=8A=82=E7=82=B9,=E6=89=80=E4=BB=A5=E5=8F=A6?= =?UTF-8?q?=E8=B5=B7=E4=B8=80=E4=B8=AA=E7=BB=84=E4=BB=B6=E5=AE=9E=E7=8E=B0?= =?UTF-8?q?=E5=8F=AA=E8=83=BD=E5=8F=B6=E5=AD=90=E8=8A=82=E7=82=B9=E5=A4=9A?= =?UTF-8?q?=E9=80=89=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../treeSelect/treeSelectModule.vue | 332 ++++++++++++++++++ src/components/treeSelect/treeSelectNew.vue | 8 - .../domesticStandardsAndRegulations/index.vue | 6 +- 3 files changed, 336 insertions(+), 10 deletions(-) create mode 100644 src/components/treeSelect/treeSelectModule.vue diff --git a/src/components/treeSelect/treeSelectModule.vue b/src/components/treeSelect/treeSelectModule.vue new file mode 100644 index 000000000..4f5a0142d --- /dev/null +++ b/src/components/treeSelect/treeSelectModule.vue @@ -0,0 +1,332 @@ + + + + + diff --git a/src/components/treeSelect/treeSelectNew.vue b/src/components/treeSelect/treeSelectNew.vue index 7d39e0d77..cccc74de7 100644 --- a/src/components/treeSelect/treeSelectNew.vue +++ b/src/components/treeSelect/treeSelectNew.vue @@ -320,12 +320,4 @@ // } //} -/deep/ .el-tree-node{ - .is-leaf + .el-checkbox .el-checkbox__inner{ - display: inline-block; - } - .el-checkbox .el-checkbox__inner{ - display: none; - } -} diff --git a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue index fc36e52ca..26a3b6b91 100644 --- a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue +++ b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue @@ -1241,7 +1241,7 @@ :defaultProps="defaultCodeProps" :checkedKeys="defaultCheckedKeys2" :nodeKey="nodeKeyCode" @popoverHide="popoverHideCarVs" @popoverHideCancel="popoverHideCarVsCancel()"> - + @popoverHideCancel="popoverHideModelCancel()">

@@ -1916,6 +1916,7 @@ import CustomDatePickWithText2 from '@/components/CustomFormComponents/DatePicke import {interfaceUrl} from '@/sysConfig' import TreeSelect from '@/components/treeSelect/treeSelect.vue'; import TreeSelectNew from '@/components/treeSelect/treeSelectNew.vue'; +import treeSelectModule from "@/components/treeSelect/treeSelectModule.vue"; import ProcessTitle from '@/pages/processCenter/pages/components/ProcessTitle' @@ -1941,6 +1942,7 @@ export default { TreeSelect, MechanismTree, TreeSelectNew, + treeSelectModule, ProcessTitle }, data() {