Commit f659e4da authored by 皮倩雯's avatar 皮倩雯

fix: '维保模板反馈名称不支持手动输入'

parent 93474318
Pipeline #78928 passed with stages
...@@ -937,8 +937,6 @@ const AddModal = props => { ...@@ -937,8 +937,6 @@ const AddModal = props => {
}, },
]} ]}
> >
<div style={{ display: 'flex' }}>
<Item name="feedbackName" style={{ marginBottom: 0, width: '100%' }}>
<Select <Select
placeholder="请选择反馈名称" placeholder="请选择反馈名称"
showSearch showSearch
...@@ -954,14 +952,6 @@ const AddModal = props => { ...@@ -954,14 +952,6 @@ const AddModal = props => {
: ''} : ''}
</Select> </Select>
</Item> </Item>
{/* <Button
type="dashed"
onClick={() => pickFiled('feedbackName')}
icon={<PlusOutlined style={{ marginTop: '5px' }} />}
style={{ marginLeft: '10px', width: '70px' }}
/> */}
</div>
</Item>
</Col> </Col>
<Col span={24}> <Col span={24}>
<Item <Item
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment