king
2023-05-11 ea9cdac78107c68b94d24a0055bce461d0fd1ae2
src/templates/sharecomponent/settingcomponent/settingform/datasource/index.jsx
@@ -450,7 +450,7 @@
          {config.Template === 'CommonTable' ? <Col span={8}>
            <Form.Item label="按钮固定">
              {getFieldDecorator('actionfixed', {
                initialValue: setting.actionfixed === 'true' || setting.actionfixed === true ? 'true' : 'false'
                initialValue: setting.actionfixed === 'true' ? 'true' : 'false'
              })(
              <Radio.Group>
                <Radio value="true">是</Radio>