feat: 标准库相关 未实现功能

This commit is contained in:
super_liu
2021-07-16 17:31:27 +08:00
parent 23fe93d991
commit a379b47c4c
6 changed files with 513 additions and 134 deletions
+3 -2
View File
@@ -17,12 +17,11 @@
<template>
<div>
<div class="mask" v-show="isShowSelect" @click="isShowSelect = !isShowSelect"></div>
<el-popover placement="bottom-start" :width="width" trigger="manual"
<el-popover placement="bottom-start" :width="width" trigger="manual" :disabled="disabled"
v-model="isShowSelect" @hide="popoverHide">
<el-tree class="common-tree" :style="style" ref="tree" :data="data" :props="defaultProps"
:show-checkbox="multiple"
:node-key="nodeKey"
:disabled="disabled"
:check-strictly="checkStrictly"
default-expand-all
:expand-on-click-node="false"
@@ -110,6 +109,8 @@
checkedData: []
};
},
created(){
},
mounted () {
if (this.checkedKeys.length > 0) {
if (this.multiple) {