mirror of
https://gitee.com/xuliangzhan_admin/vxe-table.git
synced 2026-01-21 05:27:57 +08:00
优化渲染、修复 event.showMenu 无效问题、修复 auto-resize 报错问题、修复快捷菜单隐藏后样式问题
This commit is contained in:
@@ -1337,7 +1337,15 @@
|
||||
},
|
||||
"vxe-input/start-week": {
|
||||
"type": "number | string",
|
||||
"description": "只对 type=week 有效,设置起始周"
|
||||
"description": "即将废弃,请使用 start-day"
|
||||
},
|
||||
"vxe-input/start-day": {
|
||||
"type": "number | string",
|
||||
"description": "设置每周的起始日期是星期几"
|
||||
},
|
||||
"vxe-input/select-day": {
|
||||
"type": "number | string",
|
||||
"description": "只对 type=week 有效,设置周视图选中后返回星期几"
|
||||
},
|
||||
"vxe-input/label-format": {
|
||||
"type": "string",
|
||||
|
||||
@@ -425,6 +425,8 @@
|
||||
"min-date",
|
||||
"max-date",
|
||||
"start-week",
|
||||
"start-day",
|
||||
"select-day",
|
||||
"label-format",
|
||||
"value-format",
|
||||
"editable",
|
||||
|
||||
Reference in New Issue
Block a user