Commit 937c79b3 authored by 皮倩雯's avatar 皮倩雯

fix: '节点配置增加暂存配置'

parent 22267bd5
Pipeline #64054 passed with stages
......@@ -3649,14 +3649,14 @@ const AddModal = props => {
return (
<>
<Row>
<Col span={16}>
<Col span={12}>
<Item
label="台账名"
name="standingBook"
labelCol={{ span: 6 }}
labelCol={{ span: 8}}
rules={[{ required: true, message: '请选择台账名' }]}
>
<Select showSearch style={{ width: '95%' }}>
<Select showSearch style={{ width: '110%' }}>
{keepStandingBook
? keepStandingBook.map((item, index) => (
<Option key={index} value={item.name}>
......@@ -3667,14 +3667,14 @@ const AddModal = props => {
</Select>
</Item>
</Col>
<Col span={8}>
<Col span={12}>
<Item
label="字段名"
name="fieldName"
labelCol={{ span: 8 }}
labelCol={{ span: 8}}
rules={[{ required: true, message: '请输入字段名' }]}
>
<Input placeholder="请输入字段名" />
<Input placeholder="台账表中字段用于数据回显" />
</Item>
</Col>
</Row>
......
......@@ -1541,8 +1541,8 @@ const AddModal = props => {
<Col span={24}>
<Item label="上报方式" name="CreateMode" labelCol={{ span: 5 }}>
<Radio.Group onChange={onChange2} value={value} defaultValue={chee}>
<Radio value={0}>仅上报(事件模型)</Radio>
<Radio value={1}>立即发起(工单模型)</Radio>
<Radio value={0}>仅上报(事件模型)</Radio>
</Radio.Group>
</Item>
</Col>
......
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