diff --git a/docs/component/uniui/uni-calendar.md b/docs/component/uniui/uni-calendar.md index 878427486b992dcd990c255dd16059f674f16ac5..59392867b14e81b176af4f69534071c6ed6e9900 100644 --- a/docs/component/uniui/uni-calendar.md +++ b/docs/component/uniui/uni-calendar.md @@ -83,6 +83,14 @@ export default { | selected|Array|-| 打点,期待格式[{date: '2019-06-27', info: '签到', data: { custom: '自定义信息', name: '自定义消息头',xxx:xxx... }}]| |showMonth |Boolean|true| 是否显示月份为背景| +### DataSelect Events + +| 事件名 | 事件说明 | 返回参数 | +| :-----: | :--------------------: | :------: | +| @change | 仅插入模式时生效 日期改变时触发 | {"year":2024,"month":2,"date":24} | +| @confirm | 仅弹出模式时生效 确认选择时触发 | {"year":2024,"month":2,"date":24} | +| @monthSwitch | 切换月份时触发 | {"year":2024,"month":2} | + ### Calendar Methods |方法名|说明|返回值|