king
2021-10-15 fa68a6c3053441e624d995d752efcf017aaad3c7
src/menu/components/share/normalform/index.jsx
@@ -131,7 +131,7 @@
                  }
                ]
              })(
                <Radio.Group disabled={item.readonly} onChange={(e) => this.radioChange(e, item.key)}>
                <Radio.Group disabled={item.readonly}>
                  {item.options.map(option => {
                    return (
                      <Radio key={option.value} value={option.value}>{option.text}</Radio>