Commit 0417425c by zhaochengxiang

优化意见

parent 78f2d2d1
...@@ -154,18 +154,17 @@ const Basic = React.forwardRef(function ({}, ref) { ...@@ -154,18 +154,17 @@ const Basic = React.forwardRef(function ({}, ref) {
<Row gutter={10}> <Row gutter={10}>
<Col span={12}> <Col span={12}>
<Form.Item <Form.Item
label='设计评审人员' label='设计评审人员'
name="designApprovalUserList" name="designApprovalUserList"
style={{ marginBottom }} style={{ marginBottom }}
rules={[{ required: true, message: '请选择设计评审人员!' }]} rules={[{ required: true, message: '请选择设计评审人员!' }]}
> >
<DesignUsersItem /> <DesignUsersItem />
</Form.Item> </Form.Item>
<Form.Item <Form.Item
label='规范评审' label='规范评审'
name='standard' name='standard'
wrapperCol={{ span: 12 }}
style={{ marginBottom }} style={{ marginBottom }}
rules={[{ rules={[{
required: true, required: true,
...@@ -272,7 +271,7 @@ const RuleReviewItem = ({ value = {}, onChange }) => { ...@@ -272,7 +271,7 @@ const RuleReviewItem = ({ value = {}, onChange }) => {
{ {
ruleReviewSelected && <Col span={16}> ruleReviewSelected && <Col span={16}>
<Select showSearch allowClear <Select showSearch allowClear
placeholder='请选择规范评审人员' placeholder='请选择规范评审人员(只能选择一人)'
searchValue={searchValue} searchValue={searchValue}
onSearch={(val) => { onSearch={(val) => {
setSearchValue(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