Commit 0417425c by zhaochengxiang

优化意见

parent 78f2d2d1
......@@ -165,7 +165,6 @@ const Basic = React.forwardRef(function ({}, ref) {
<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