feat(table): add editable DatePicker & TimePicker (#654)

为表格的可编辑单元格添加日期选择框和时间选择框组件
This commit is contained in:
Netfan
2021-05-26 21:47:31 +08:00
committed by GitHub
parent 4f0d45f1df
commit 93006c7dc7
6 changed files with 73 additions and 3 deletions

View File

@@ -18,6 +18,8 @@ const demoList = (() => {
name6: '@cname()',
name7: '@cname()',
name8: '@cname()',
date: `@date('yyyy-MM-dd')`,
time: `@time('HH:mm')`,
'no|100000-10000000': 100000,
'status|1': ['normal', 'enable', 'disable'],
});