-
-
- {selectorConditions.map((item, index) => {
- return (
-
-
-
+ )}
+
+
+ -
+ {selectorConditions.map((item, index) => {
+ return (
+
+
+
-
-
- {
- this.conditionChange(
+ {this.renderParamTypeOptions(paramTypeDics)}
+
+
+
+ {
+ this.conditionChange(
index,
"paramName",
e.target.value
- );
- }}
- placeholder={item.paramName}
- />
-
-
-
-
-
-
+
+
+
+
+
+
+
+ {this.getParamValueInput(item, index)}
+
+
+
+
-
-
- );
+ }}
+ style={{ marginLeft: 10 }}
+ >
+ {getIntlContent("SHENYU.COMMON.DELETE.NAME")}
+
+
+
+ );
})}
-
- -
-
-
-
-
-
- )}
-
- -
- {getFieldDecorator("continued", {
- initialValue: continued,
- valuePropName: "checked",
- rules: [{ required: true }]
- })()}
-
- -
- {getFieldDecorator("loged", {
- initialValue: loged,
- valuePropName: "checked",
- rules: [{ required: true }]
- })()}
-
- -
- {getFieldDecorator("enabled", {
- initialValue: enabled,
- valuePropName: "checked",
- rules: [{ required: true }]
- })()}
-
- -
- {getFieldDecorator("matchRestful", {
+
+ -
+
+
+
+
+ )}
+
+ -
+ {getFieldDecorator("continued", {
+ initialValue: continued,
+ valuePropName: "checked",
+ rules: [{ required: true }]
+ })()}
+
+ -
+ {getFieldDecorator("loged", {
+ initialValue: loged,
+ valuePropName: "checked",
+ rules: [{ required: true }]
+ })()}
+
+ -
+ {getFieldDecorator("enabled", {
+ initialValue: enabled,
+ valuePropName: "checked",
+ rules: [{ required: true }]
+ })()}
+
+ -
+ {getFieldDecorator("matchRestful", {
initialValue: matchRestful,
valuePropName: "checked",
rules: [{ required: true }]
- })()}
-
-
- {this.renderPluginHandler()}
-
-
- {getFieldDecorator("sort", {
- initialValue: sort,
- rules: [
- {
+ })()}
+
+
+ {this.renderPluginHandler()}
+
+ {getIntlContent("SHENYU.DISCOVERY.CONFIGURATION.PROPS")}
+ :
+
+ )}
+
+