From 7d206112a4ca1930639907a7cb131d0c1e6525a6 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期日, 24 十一月 2019 12:23:08 +0800 Subject: [PATCH] 2019-11-24-01 --- src/templates/comtableconfig/editcard/index.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/templates/comtableconfig/editcard/index.jsx b/src/templates/comtableconfig/editcard/index.jsx index 9223eba..4f5dd4d 100644 --- a/src/templates/comtableconfig/editcard/index.jsx +++ b/src/templates/comtableconfig/editcard/index.jsx @@ -52,7 +52,7 @@ <Radio.Group onChange={this.changeType} value={card.type} disabled={!card.selected}> <Radio value="text">text</Radio> <Radio value="select">select</Radio> - <Radio value="date">date</Radio> + <Radio value="daterange">daterange</Radio> </Radio.Group> : null } {type === 'columns' ? -- Gitblit v1.8.0