docs: update

This commit is contained in:
wintel
2025-05-21 21:52:55 +08:00
parent 633a4a664a
commit a56ae00deb
2 changed files with 2 additions and 1 deletions

View File

@@ -110,7 +110,7 @@ fieldRelations 属性用于配置字段间的联动关系,每个联动关系
| 类型 | 说明 |
| --- | --- |
| setValue | 设置字段值 |
| setLabel | 设置标签值,用于源字段是下拉选择框时,设置目标字段为选择框的标签值 |
| setLabel | 设置标签值,用于源字段是下拉选择框时,设置目标字段为选择框的标签值,传参时value不需要填写 |
| setVisible | 设置字段可见性 |
| setDisabled | 设置字段是否禁用 |
| clearValue | 清空字段值 |

View File

@@ -65,6 +65,7 @@ permalink: /pro/authselect/
| 事件名称 | 说明 | 回调参数 |
| --- | --- | --- |
| change | 选中值发生变化时触发 | 选中项的值 |
| changeLabel | 选中值发生变化时触发 | 选中项的标签 |
| update:value | 更新v-model值 | 选中项的值 |
## 示例