src/menu/datasource/verifycard/settingform/index.jsx
@@ -340,7 +340,7 @@ <Form.Item label={ <Tooltip placement="topLeft" title={'该组件如果受其他组件控制,请选项相应的组件,没有时选“无”。'}> <Icon type="question-circle" /> 上级模块 上级组件 </Tooltip> }> {getFieldDecorator('supModule', { @@ -348,7 +348,7 @@ rules: [ { required: true, message: this.props.dict['form.required.select'] + '上级模块!' message: this.props.dict['form.required.select'] + '上级组件!' } ] })(