Commit f30314b6 authored by Maofei94's avatar Maofei94

perf: 修改移动配置

parent 89078360
Pipeline #22965 skipped with stages
......@@ -94,19 +94,19 @@ const AddConfig = props => {
rules={[
{
required: true,
message: '请选择应用类别',
message: '请输入应用类别',
},
]}
>
{/* <Input placeholder="请输入应用类别" allowClear /> */}
<Select placeholder="请选择应用类别">
<Input placeholder="请输入应用类别" allowClear />
{/* <Select placeholder="请选择应用类别">
{clientList &&
clientList.map((item, index) => (
<Option value={item.value} key={`item${index}`}>
{item.text}
</Option>
))}
</Select>
</Select> */}
</Item>
<Item
label="系统图标:"
......
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