mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-20 02:29:24 +08:00
docs: update
This commit is contained in:
@@ -110,7 +110,7 @@ fieldRelations 属性用于配置字段间的联动关系,每个联动关系
|
||||
| 类型 | 说明 |
|
||||
| --- | --- |
|
||||
| setValue | 设置字段值 |
|
||||
| setLabel | 设置标签值,用于源字段是下拉选择框时,设置目标字段为选择框的标签值 |
|
||||
| setLabel | 设置标签值,用于源字段是下拉选择框时,设置目标字段为选择框的标签值,传参时value不需要填写 |
|
||||
| setVisible | 设置字段可见性 |
|
||||
| setDisabled | 设置字段是否禁用 |
|
||||
| clearValue | 清空字段值 |
|
||||
|
@@ -65,6 +65,7 @@ permalink: /pro/authselect/
|
||||
| 事件名称 | 说明 | 回调参数 |
|
||||
| --- | --- | --- |
|
||||
| change | 选中值发生变化时触发 | 选中项的值 |
|
||||
| changeLabel | 选中值发生变化时触发 | 选中项的标签 |
|
||||
| update:value | 更新v-model值 | 选中项的值 |
|
||||
|
||||
## 示例
|
||||
|
Reference in New Issue
Block a user