diff --git a/common/types.js b/common/types.js index 83eae8347537e21d2ab47c5e9f0116c0f28343b7..5434b417fa1baea78553d9f662c937b7c3ab785e 100644 --- a/common/types.js +++ b/common/types.js @@ -39,6 +39,18 @@ const commonColumns = [{ info: '类型', tips: '类型' }, + { + name: 'date', + type: 'date', + info: '日期', + tips: '日期' + }, + { + name: 'time', + type: 'time', + info: '时间', + tips: '时间' + }, ]; function forName(name) {