in src/routes/Plugin/Common/Rule.js [472:508]
message: getIntlContent("SHENYU.COMMON.INPUTNAME")
}
],
initialValue: name
})(
<Input
placeholder={getIntlContent(
"SHENYU.PLUGIN.SELECTOR.LIST.COLUMN.NAME"
)}
addonAfter={
<Button
size="small"
type="link"
onClick={() => {
this.setState({ visible: true });
}}
>
{getIntlContent("SHENYU.PLUGIN.SEARCH.RULE.COPY")}
</Button>
}
/>
)}
</FormItem>
<RuleCopy
visible={visible}
onOk={this.handleCopyData}
onCancel={() => {
this.setState({ visible: false });
}}
/>
<FormItem
label={getIntlContent("SHENYU.COMMON.MATCHTYPE")}
{...formItemLayout}
>
{getFieldDecorator("matchMode", {
rules: [
{