in src/routes/Plugin/Common/Selector.js [907:943]
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.SELECTOR.COPY")}
</Button>
}
/>
)}
</Item>
<SelectorCopy
visible={visible}
onOk={this.handleCopyData}
onCancel={() => {
this.setState({ visible: false });
}}
/>
<Item
label={getIntlContent("SHENYU.COMMON.TYPE")}
{...formItemLayout}
>
{getFieldDecorator("type", {
rules: [
{