Commit 0417425c by zhaochengxiang

优化意见

parent 78f2d2d1
......@@ -154,18 +154,17 @@ const Basic = React.forwardRef(function ({}, ref) {
<Row gutter={10}>
<Col span={12}>
<Form.Item
label='设计评审人员'
name="designApprovalUserList"
style={{ marginBottom }}
rules={[{ required: true, message: '请选择设计评审人员!' }]}
>
<DesignUsersItem />
</Form.Item>
label='设计评审人员'
name="designApprovalUserList"
style={{ marginBottom }}
rules={[{ required: true, message: '请选择设计评审人员!' }]}
>
<DesignUsersItem />
</Form.Item>
<Form.Item
label='规范评审'
name='standard'
wrapperCol={{ span: 12 }}
style={{ marginBottom }}
rules={[{
required: true,
......@@ -272,7 +271,7 @@ const RuleReviewItem = ({ value = {}, onChange }) => {
{
ruleReviewSelected && <Col span={16}>
<Select showSearch allowClear
placeholder='请选择规范评审人员'
placeholder='请选择规范评审人员(只能选择一人)'
searchValue={searchValue}
onSearch={(val) => {
setSearchValue(val)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment