From eabb367803e675fc57bd20bfd53d4b65edaadae5 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 25 十一月 2021 21:22:54 +0800 Subject: [PATCH] 2021-11-25 --- src/views/appmanage/submutilform/index.jsx | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) diff --git a/src/views/appmanage/submutilform/index.jsx b/src/views/appmanage/submutilform/index.jsx index a25aa9e..e782e76 100644 --- a/src/views/appmanage/submutilform/index.jsx +++ b/src/views/appmanage/submutilform/index.jsx @@ -283,6 +283,23 @@ )} </Form.Item> </Col> : null} + {typename !== 'pc' ? <Col span={12}> + <Form.Item label={ + <Tooltip placement="topLeft" title="璇风‘璁ゅ綋鍓嶅簲鐢ㄦ槸鍚﹀湪灏忕▼搴忎腑浣跨敤銆�"> + <QuestionCircleOutlined className="mk-form-tip" /> + 灏忕▼搴� + </Tooltip> + }> + {getFieldDecorator('adapter', { + initialValue: card ? card.adapter || 'false' : 'false' + })( + <Radio.Group> + <Radio value="false">涓嶉�傞厤</Radio> + <Radio value="true">閫傞厤</Radio> + </Radio.Group> + )} + </Form.Item> + </Col> : null} </Row> </Form> ) -- Gitblit v1.8.0