## 属性
| 参数名 | 描述 |
| -- | -- |
| select_value | 将值是select_value值的项选中 |
| select_text | 将文本是select_text值的项选中 |
| text_field | 文本的字段名,默认:text |
| value_field | 值的字段名,默认:value |
| first_item_text | 第一项文本,如果为空则不插入第一项 |
| first_item_value | 第一项值 |
## 用法
### 选中值
#### 选中20
#### 选中50$a=50;
### 选中文本
#### 选中20
#### 选中50$a=50;
### 给select控件加上第一项
通常用于查询时,第一项一般是全部的情况



