king
2019-11-24 7d206112a4ca1930639907a7cb131d0c1e6525a6
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' ?