From 11298ff68eb85aeae711472307995e2a01e9440b Mon Sep 17 00:00:00 2001 From: shenyanpei Date: Tue, 18 Jan 2022 15:31:50 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=B3=95=E8=A7=84=E5=BA=93?= =?UTF-8?q?=E7=BC=96=E8=BE=91=E7=9A=84=E6=8F=90=E7=9A=84sb=20=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../CustomFormComponents/DatePicker.vue | 1 + .../domesticStandardsAndRegulations/index.vue | 1786 +++++++++-------- .../foreignStandardsAndRegulations/index.vue | 87 +- 3 files changed, 962 insertions(+), 912 deletions(-) diff --git a/src/components/CustomFormComponents/DatePicker.vue b/src/components/CustomFormComponents/DatePicker.vue index f06f9f854..665e1b03b 100644 --- a/src/components/CustomFormComponents/DatePicker.vue +++ b/src/components/CustomFormComponents/DatePicker.vue @@ -15,6 +15,7 @@ format="yyyy-MM-dd" :value="value" type="date" + clearable :editable="true" :disabled="disabled" :placeholder="placeholder" diff --git a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue index bc1457fca..15e6262ed 100644 --- a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue +++ b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue @@ -4,51 +4,51 @@
+ placeholder="输入树状图体系" + v-model="filterText">
+ ref="tree" + node-key="id" + class="tree-line" + icon-class="icon-tree" + :indent="0" + :props="props" + :data="treeList" + :default-expanded-keys="['1']" + highlight-current + @node-click="treeClick" + :filter-node-method="filterNode"> + :class="data.children.length !== 0 ? 'is-show' : 'is-leaf-none'"> {{ node.label }} - + @@ -64,8 +64,8 @@