Commit f44a8654 by zhaochengxiang

复核

parent 9106c8d8
...@@ -143,7 +143,7 @@ export const Basic = React.forwardRef(function ({ items, type }, ref) { ...@@ -143,7 +143,7 @@ export const Basic = React.forwardRef(function ({ items, type }, ref) {
<Form.Item <Form.Item
name='status' name='status'
rules={[{ required: true, message: '请选择复核方式!' }]} rules={[{ required: true, message: '请选择复核方式!' }]}
style={{ marginBottom: 5 }} style={{ marginBottom: (type === 'single')?5:15 }}
> >
<Radio.Group> <Radio.Group>
<Radio value="checked"> 验证通过 </Radio> <Radio value="checked"> 验证通过 </Radio>
......
...@@ -970,7 +970,7 @@ const FC = (props) => { ...@@ -970,7 +970,7 @@ const FC = (props) => {
</div> </div>
</PermissionMenuItem> </PermissionMenuItem>
<PermissionMenuItem <PermissionMenuItem
key='check' key='check'
defaultPermission={checkAble} defaultPermission={checkAble}
disabled={(selectedRows??[]).length===0} disabled={(selectedRows??[]).length===0}
tip={(selectedRows??[]).length===0?'请先选择资源':''} tip={(selectedRows??[]).length===0?'请先选择资源':''}
......
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