forked from Gitlink/forgeplus-react
文案优化
This commit is contained in:
parent
33f9005e2d
commit
c8fd59d101
|
@ -114,7 +114,7 @@ function ReviewRules({form, history, match}) {
|
|||
{getFieldDecorator('criteriaOne', {
|
||||
rules: [{ required: true, message: '请输入一个评分标准' }],
|
||||
})(
|
||||
<WordsInput placeholder="请输入评分项对应分值及评分标准" rows={3} maxLength='100'/>,
|
||||
<WordsInput placeholder="请输入评分项对应的评分标准" rows={3} maxLength='100'/>,
|
||||
)}
|
||||
</Form.Item>
|
||||
<Form.Item
|
||||
|
@ -123,7 +123,7 @@ function ReviewRules({form, history, match}) {
|
|||
{getFieldDecorator('criteriaTwo', {
|
||||
rules: [{}],
|
||||
})(
|
||||
<WordsInput placeholder="请输入评分项对应分值及评分标准" rows={3} maxLength='100' />,
|
||||
<WordsInput placeholder="请输入评分项对应的评分标准" rows={3} maxLength='100' />,
|
||||
)}
|
||||
</Form.Item>
|
||||
<Form.Item
|
||||
|
@ -132,7 +132,7 @@ function ReviewRules({form, history, match}) {
|
|||
{getFieldDecorator('criteriaThree', {
|
||||
rules: [{}],
|
||||
})(
|
||||
<WordsInput placeholder="请输入评分项对应分值及评分标准" rows={3} maxLength='100'/>,
|
||||
<WordsInput placeholder="请输入评分项对应的评分标准" rows={3} maxLength='100'/>,
|
||||
)}
|
||||
</Form.Item>
|
||||
<Form.Item
|
||||
|
@ -141,7 +141,7 @@ function ReviewRules({form, history, match}) {
|
|||
{getFieldDecorator('criteriaFour', {
|
||||
rules: [{}],
|
||||
})(
|
||||
<WordsInput placeholder="请输入评分项对应分值及评分标准" rows={3} maxLength='100'/>,
|
||||
<WordsInput placeholder="请输入评分项对应的评分标准" rows={3} maxLength='100'/>,
|
||||
)}
|
||||
</Form.Item>
|
||||
<Form.Item
|
||||
|
@ -150,7 +150,7 @@ function ReviewRules({form, history, match}) {
|
|||
{getFieldDecorator('criteriaFive', {
|
||||
rules: [{}],
|
||||
})(
|
||||
<WordsInput placeholder="请输入评分项对应分值及评分标准" rows={3} maxLength='100'/>,
|
||||
<WordsInput placeholder="请输入评分项对应的评分标准" rows={3} maxLength='100'/>,
|
||||
)}
|
||||
</Form.Item>
|
||||
<p className="rules_bar"></p>
|
||||
|
|
Loading…
Reference in New Issue