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 @@