src/templates/sharecomponent/actioncomponent/verifyexcelin/index.jsx
@@ -652,13 +652,13 @@ <Form {...formItemLayout}> <Row gutter={24}> <Col span={8}> <Form.Item label={'Excel表名'}> <Form.Item label={this.props.dict['model.form.tablename']}> {getFieldDecorator('sheet', { initialValue: verify.sheet || '', rules: [ { required: true, message: this.props.dict['form.required.input'] + this.props.dict['header.form.tablename'] + '!' message: this.props.dict['form.required.input'] + this.props.dict['model.form.tablename'] + '!' } ] })(<Input placeholder="" autoComplete="off" />)}