erp-el-element/CommonInput/compound.md

16 lines
818 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## Compound 多功能输入框(支持输入多组数据)
> **组件名Compound**
> 代码块: `Compound`
> 关联组件:`el-element`
> **子组件:传参**
> data组件接收的参数默认为[] 其中isPopUp等于true的时候默认到该组件
> lable: "IMEI/SN/机器编号",----------------------------输入框名称(选填)
> type: "el-select",------------------------输入框类型(必填)
> enName: "cate_id",------------------------返回值与model双向绑定必填
> size: "small",----------------------------输入框大小(选填)
> show: true,-------------------------------是否展示(必填)
> isPopUp: true,-----------------------是否分类,使用组件必填(必填)
> default组件默认值
> size:组件大小默认值small