|
|
@@ -46,7 +46,7 @@
|
|
|
### 仿钉钉自定义流程图(完成);dingding分支
|
|
|
### echarts 地图添加点击事件显示状图(完成); echarts分支
|
|
|
|
|
|
-### SelectBox穿梭框选人组件(正在重构中。。。)
|
|
|
+### SelectBox穿梭框选人组件(完成)selectBox分支
|
|
|
|
|
|
需要的同学可以按需拉取
|
|
|
|
|
|
@@ -128,6 +128,9 @@ Vue.use(DrawFlow);
|
|
|
// 首先把组件从git上down下来 然后引用到项目里,在项目里use一下
|
|
|
import selectBox from "@/components/selectBox";
|
|
|
Vue.use(selectBox);
|
|
|
+```
|
|
|
+```html
|
|
|
+
|
|
|
```
|
|
|
### Attributes
|
|
|
| 参数 | 说明 | 类型 | 是否必填 | 可选值 | 默认值 |
|